Html Css Color HEX #F066EF Pink Flamingo

📋 copy color: '#F066EF'

red 240 ◦ green 102 ◦ blue 239

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

Shades of Pink Flamingo #F066EF

Tints of Pink Flamingo #F066EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.14%

R = 41.31%
G = 17.56%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#F066EF (or 0xF066EF) is known color: Pink Flamingo. HEX triplet: F0, 66 and EF. RGB value is (240,102,239). Sum of RGB (Red+Green+Blue) = 240+102+239=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 102 (40.23% from 255 or 17.56% from 581); Blue value is 239 (93.75% from 255 or 41.14% from 581); Max value from RGB is 240 - color contains mainly: red. Hex color #F066EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F066EF is #0F9910. Grayscale: #9E9E9E. Windows color (decimal): -1022225 or 15689456. OLE color: 15689456.

HSL color Cylindrical-coordinate representation of color #F066EF: hue angle of 300.43º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F066EF is Cyan = 0, Magento = 0.58, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 102 239 -
CMYK 0 0.58 0.00 0.06
HSL 300.43º 0.82% 0.67% -
HSV(B) 300.43º 0.58% 0.94% -
XYZ 56.27 34.26 85.31 -
YUV 158.88 173.22 185.86 -
System Red Green Blue C M Y K H S L
Decimal 240 102 239 0 0.58 0.00 0.06 300.43 0.82 0.67
Hex F0 66 EF 0 3A 0 6 12C 52 43
Octal 360 146 357 0 72 0 6 454 122 103
Binary 11110000 1100110 11101111 0 111010 0 110 100101100 1010010 1000011

Color Harmonies of #F066EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F066EF

Black with #F066EF

Text Example


Text Example

White with #F066EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F066EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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