Html Css Color HEX #F066FB Pink Flamingo

📋 copy color: '#F066FB'

red 240 ◦ green 102 ◦ blue 251

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

Shades of Pink Flamingo #F066FB

Tints of Pink Flamingo #F066FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.33%

R = 40.47%
G = 17.2%
B = 42.33%

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

#F066FB (or 0xF066FB) is known color: Pink Flamingo. HEX triplet: F0, 66 and FB. RGB value is (240,102,251). Sum of RGB (Red+Green+Blue) = 240+102+251=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 102 (40.23% from 255 or 17.20% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #F066FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F066FB is #0F9904. Grayscale: #9F9F9F. Windows color (decimal): -1022213 or 16475888. OLE color: 16475888.

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

Color convert

RGB 240 102 251 -
CMYK 0.04 0.59 0 0.02
HSL 295.57º 0.95% 0.69% -
HSV(B) 295.57º 0.59% 0.98% -
XYZ 58.1 34.99 94.96 -
YUV 160.25 179.22 184.88 -
System Red Green Blue C M Y K H S L
Decimal 240 102 251 0.04 0.59 0 0.02 295.57 0.95 0.69
Hex F0 66 FB 4 3B 0 2 128 5F 45
Octal 360 146 373 4 73 0 2 450 137 105
Binary 11110000 1100110 11111011 100 111011 0 10 100101000 1011111 1000101

Color Harmonies of #F066FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F066FB

Black with #F066FB

Text Example


Text Example

White with #F066FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F066FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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