Html Css Color HEX #F966ED Pink Flamingo

📋 copy color: '#F966ED'

red 249 ◦ green 102 ◦ blue 237

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

Shades of Pink Flamingo #F966ED

Tints of Pink Flamingo #F966ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.31%

R = 42.35%
G = 17.35%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F966ED (or 0xF966ED) is known color: Pink Flamingo. HEX triplet: F9, 66 and ED. RGB value is (249,102,237). Sum of RGB (Red+Green+Blue) = 249+102+237=588 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.35% from 588); Green value is 102 (40.23% from 255 or 17.35% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 249 - color contains mainly: red. Hex color #F966ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F966ED is #069912. Grayscale: #A0A0A0. Windows color (decimal): -432403 or 15558393. OLE color: 15558393.

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

Color convert

RGB 249 102 237 -
CMYK 0 0.59 0.05 0.02
HSL 304.9º 0.92% 0.69% -
HSV(B) 304.9º 0.59% 0.98% -
XYZ 59.1 35.76 83.91 -
YUV 161.34 170.7 190.52 -
System Red Green Blue C M Y K H S L
Decimal 249 102 237 0 0.59 0.05 0.02 304.9 0.92 0.69
Hex F9 66 ED 0 3B 5 2 131 5C 45
Octal 371 146 355 0 73 5 2 461 134 105
Binary 11111001 1100110 11101101 0 111011 101 10 100110001 1011100 1000101

Color Harmonies of #F966ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F966ED

Black with #F966ED

Text Example


Text Example

White with #F966ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F966ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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