Html Css Color HEX #F059EE Pink Flamingo

📋 copy color: '#F059EE'

red 240 ◦ green 89 ◦ blue 238

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

Shades of Pink Flamingo #F059EE

Tints of Pink Flamingo #F059EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.98%

R = 42.33%
G = 15.7%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F059EE (or 0xF059EE) is known color: Pink Flamingo. HEX triplet: F0, 59 and EE. RGB value is (240,89,238). Sum of RGB (Red+Green+Blue) = 240+89+238=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 89 (35.16% from 255 or 15.70% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F059EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F059EE is #0FA611. Grayscale: #969696. Windows color (decimal): -1025554 or 15620592. OLE color: 15620592.

HSL color Cylindrical-coordinate representation of color #F059EE: hue angle of 300.79º 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 #F059EE is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 89 238 -
CMYK 0 0.63 0.01 0.06
HSL 300.79º 0.83% 0.65% -
HSV(B) 300.79º 0.63% 0.94% -
XYZ 54.94 31.84 84.14 -
YUV 151.14 177.03 191.38 -
System Red Green Blue C M Y K H S L
Decimal 240 89 238 0 0.63 0.01 0.06 300.79 0.83 0.65
Hex F0 59 EE 0 3F 1 6 12D 53 41
Octal 360 131 356 0 77 1 6 455 123 101
Binary 11110000 1011001 11101110 0 111111 1 110 100101101 1010011 1000001

Color Harmonies of #F059EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F059EE

Black with #F059EE

Text Example


Text Example

White with #F059EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F059EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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