Html Css Color HEX #F966E6 Pink Flamingo

📋 copy color: '#F966E6'

red 249 ◦ green 102 ◦ blue 230

#F966E6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Flamingo #F966E6

Tints of Pink Flamingo #F966E6

RGB

 RED value IS 249 (97.66% from 255) = 42.86%

 GREEN value IS 102 (40.23% from 255) = 17.56%

 BLUE value IS 230 (90.23% from 255) = 39.59%

R = 42.86%
G = 17.56%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F966E6 (or 0xF966E6) is known color: Pink Flamingo. HEX triplet: F9, 66 and E6. RGB value is (249,102,230). Sum of RGB (Red+Green+Blue) = 249+102+230=581 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.86% from 581); Green value is 102 (40.23% from 255 or 17.56% from 581); Blue value is 230 (90.23% from 255 or 39.59% from 581); Max value from RGB is 249 - color contains mainly: red. Hex color #F966E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F966E6 is #069919. Grayscale: #A0A0A0. Windows color (decimal): -432410 or 15099641. OLE color: 15099641.

HSL color Cylindrical-coordinate representation of color #F966E6: hue angle of 307.76º 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 #F966E6 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 102 230 -
CMYK 0 0.59 0.08 0.02
HSL 307.76º 0.92% 0.69% -
HSV(B) 307.76º 0.59% 0.98% -
XYZ 58.1 35.36 78.62 -
YUV 160.55 167.2 191.09 -
System Red Green Blue C M Y K H S L
Decimal 249 102 230 0 0.59 0.08 0.02 307.76 0.92 0.69
Hex F9 66 E6 0 3B 8 2 134 5C 45
Octal 371 146 346 0 73 10 2 464 134 105
Binary 11111001 1100110 11100110 0 111011 1000 10 100110100 1011100 1000101

Color Harmonies of #F966E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F966E6

Black with #F966E6

Text Example


Text Example

White with #F966E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F966E6; }

 p { color: rgb(249,102,230); }

 H1.HeaderClassName
 {
   color: #F966E6;
 }
 .AnyTagClassName
 {
   color: #F966E6;
 }
</style>

background-color css

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

 a { background-color: rgb(249,102,230); }

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

border-color css

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

 span { border-color: rgb(249,102,230); }

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