#F967F1

Color #F967F1 Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #F967F1

Tints of Pink Flamingo #F967F1

Color information

#F967F1 (or 0xF967F1) is unknown color: approx Pink Flamingo. HEX triplet: F9, 67 and F1. RGB value is (249,103,241). Sum of RGB (Red+Green+Blue) = 249+103+241=593 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.99% from 593); Green value is 103 (40.62% from 255 or 17.37% from 593); Blue value is 241 (94.53% from 255 or 40.64% from 593); Max value from RGB is 249 - color contains mainly: red. Hex color #F967F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F967F1 is #06980E. Grayscale: #A1A1A1. Windows color (decimal): -432143 or 15820793. OLE color: 15820793.

HSL color Cylindrical-coordinate representation of color #F967F1: hue angle of 303.29º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F967F1 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB249103241-
CMYK00.590.030.02
HSL303.29º92.41%69.02%-
HSV(B)303.29º58.63%97.65%-
XYZ59.7936.1987.05-
YUV162.39172.37189.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 249 (97.66% from 255) = 41.99%
GREEN value IS 103 (40.62% from 255) = 17.37%
BLUE value IS 241 (94.53% from 255) = 40.64%
R=41.99%
G=17.37%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910324100.590.030.02303.2992.4169.02
HexF967F103B3212f5c45
Octal37114736107332457134105
Binary111110011100111111100010111011111010010111110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F967F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F967F1; }

 p { color: rgb(249,103,241); }

 H1.HeaderClassName
 {
   color: #F967F1;
 }
 .AnyTagClassName
 {
   color: #F967F1;
 }
</style>
background-color css

<style>
 a { background-color: #F967F1; }

 a { background-color: rgb(249,103,241); }

 div.DivClassName
 {
   background-color: #F967F1;
 }
 .BgClassName
 {
   background-color: #F967F1;
 }
</style>
border-color css

<style>
 span { border-color: #F967F1; }

 span { border-color: rgb(249,103,241); }

 td.TdClassName
 {
   border-color: #F967F1;
 }
 .TagClassName
 {
   border-color: #F967F1;
 }
</style>