Html Css Color HEX #F059EF Pink Flamingo

📋 copy color: '#F059EF'

red 240 ◦ green 89 ◦ blue 239

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

Shades of Pink Flamingo #F059EF

Tints of Pink Flamingo #F059EF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 15.67%

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

R = 42.25%
G = 15.67%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#F059EF (or 0xF059EF) is known color: Pink Flamingo. HEX triplet: F0, 59 and EF. RGB value is (240,89,239). Sum of RGB (Red+Green+Blue) = 240+89+239=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 89 (35.16% from 255 or 15.67% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F059EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F059EF is #0FA610. Grayscale: #969696. Windows color (decimal): -1025553 or 15686128. OLE color: 15686128.

HSL color Cylindrical-coordinate representation of color #F059EF: hue angle of 300.4º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F059EF is Cyan = 0, Magento = 0.63, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 89 239 -
CMYK 0 0.63 0.00 0.06
HSL 300.4º 0.83% 0.65% -
HSV(B) 300.4º 0.63% 0.94% -
XYZ 55.09 31.9 84.92 -
YUV 151.25 177.53 191.3 -
System Red Green Blue C M Y K H S L
Decimal 240 89 239 0 0.63 0.00 0.06 300.4 0.83 0.65
Hex F0 59 EF 0 3F 0 6 12C 53 41
Octal 360 131 357 0 77 0 6 454 123 101
Binary 11110000 1011001 11101111 0 111111 0 110 100101100 1010011 1000001

Color Harmonies of #F059EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F059EF

Black with #F059EF

Text Example


Text Example

White with #F059EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F059EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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