Html Css Color HEX #F066F9 Pink Flamingo

📋 copy color: '#F066F9'

red 240 ◦ green 102 ◦ blue 249

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

Shades of Pink Flamingo #F066F9

Tints of Pink Flamingo #F066F9

RGB

 RED value IS 240 (94.14% from 255) = 40.61%

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

 BLUE value IS 249 (97.66% from 255) = 42.13%

R = 40.61%
G = 17.26%
B = 42.13%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F066F9 (or 0xF066F9) is known color: Pink Flamingo. HEX triplet: F0, 66 and F9. RGB value is (240,102,249). Sum of RGB (Red+Green+Blue) = 240+102+249=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 102 (40.23% from 255 or 17.26% from 591); Blue value is 249 (97.66% from 255 or 42.13% from 591); Max value from RGB is 249 - color contains mainly: blue. Hex color #F066F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F066F9 is #0F9906. Grayscale: #9F9F9F. Windows color (decimal): -1022215 or 16344816. OLE color: 16344816.

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

Color convert

RGB 240 102 249 -
CMYK 0.04 0.59 0 0.02
HSL 296.33º 0.92% 0.69% -
HSV(B) 296.33º 0.59% 0.98% -
XYZ 57.79 34.87 93.31 -
YUV 160.02 178.22 185.05 -
System Red Green Blue C M Y K H S L
Decimal 240 102 249 0.04 0.59 0 0.02 296.33 0.92 0.69
Hex F0 66 F9 4 3B 0 2 128 5C 45
Octal 360 146 371 4 73 0 2 450 134 105
Binary 11110000 1100110 11111001 100 111011 0 10 100101000 1011100 1000101

Color Harmonies of #F066F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F066F9

Black with #F066F9

Text Example


Text Example

White with #F066F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F066F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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