Html Css Color HEX #F966EC Pink Flamingo

📋 copy color: '#F966EC'

red 249 ◦ green 102 ◦ blue 236

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

Shades of Pink Flamingo #F966EC

Tints of Pink Flamingo #F966EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.2%

R = 42.42%
G = 17.38%
B = 40.2%

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

#F966EC (or 0xF966EC) is known color: Pink Flamingo. HEX triplet: F9, 66 and EC. RGB value is (249,102,236). Sum of RGB (Red+Green+Blue) = 249+102+236=587 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.42% from 587); Green value is 102 (40.23% from 255 or 17.38% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 249 - color contains mainly: red. Hex color #F966EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F966EC is #069913. Grayscale: #A0A0A0. Windows color (decimal): -432404 or 15492857. OLE color: 15492857.

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

Color convert

RGB 249 102 236 -
CMYK 0 0.59 0.05 0.02
HSL 305.31º 0.92% 0.69% -
HSV(B) 305.31º 0.59% 0.98% -
XYZ 58.96 35.7 83.14 -
YUV 161.23 170.2 190.6 -
System Red Green Blue C M Y K H S L
Decimal 249 102 236 0 0.59 0.05 0.02 305.31 0.92 0.69
Hex F9 66 EC 0 3B 5 2 131 5C 45
Octal 371 146 354 0 73 5 2 461 134 105
Binary 11111001 1100110 11101100 0 111011 101 10 100110001 1011100 1000101

Color Harmonies of #F966EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F966EC

Black with #F966EC

Text Example


Text Example

White with #F966EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F966EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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