Html Css Color HEX #F066FE Pink Flamingo

📋 copy color: '#F066FE'

red 240 ◦ green 102 ◦ blue 254

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

Shades of Pink Flamingo #F066FE

Tints of Pink Flamingo #F066FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.62%

R = 40.27%
G = 17.11%
B = 42.62%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F066FE (or 0xF066FE) is known color: Pink Flamingo. HEX triplet: F0, 66 and FE. RGB value is (240,102,254). Sum of RGB (Red+Green+Blue) = 240+102+254=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 102 (40.23% from 255 or 17.11% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #F066FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F066FE is #0F9901. Grayscale: #A0A0A0. Windows color (decimal): -1022210 or 16672496. OLE color: 16672496.

HSL color Cylindrical-coordinate representation of color #F066FE: hue angle of 294.47º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F066FE is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 240 102 254 -
CMYK 0.06 0.60 0 0.00
HSL 294.47º 0.99% 0.7% -
HSV(B) 294.47º 0.6% 1% -
XYZ 58.58 35.18 97.47 -
YUV 160.59 180.72 184.64 -
System Red Green Blue C M Y K H S L
Decimal 240 102 254 0.06 0.60 0 0.00 294.47 0.99 0.7
Hex F0 66 FE 6 3C 0 0 126 63 46
Octal 360 146 376 6 74 0 0 446 143 106
Binary 11110000 1100110 11111110 110 111100 0 0 100100110 1100011 1000110

Color Harmonies of #F066FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F066FE

Black with #F066FE

Text Example


Text Example

White with #F066FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F066FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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