Html Css Color HEX #F059F0 Pink Flamingo

📋 copy color: '#F059F0'

red 240 ◦ green 89 ◦ blue 240

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

Shades of Pink Flamingo #F059F0

Tints of Pink Flamingo #F059F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.18%

R = 42.18%
G = 15.64%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#F059F0 (or 0xF059F0) is known color: Pink Flamingo. HEX triplet: F0, 59 and F0. RGB value is (240,89,240). Sum of RGB (Red+Green+Blue) = 240+89+240=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 89 (35.16% from 255 or 15.64% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F059F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F059F0 is #0FA60F. Grayscale: #969696. Windows color (decimal): -1025552 or 15751664. OLE color: 15751664.

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

Color convert

RGB 240 89 240 -
CMYK 0 0.63 0 0.06
HSL 300º 0.83% 0.65% -
HSV(B) 300º 0.63% 0.94% -
XYZ 55.24 31.96 85.7 -
YUV 151.36 178.03 191.22 -
System Red Green Blue C M Y K H S L
Decimal 240 89 240 0 0.63 0 0.06 300 0.83 0.65
Hex F0 59 F0 0 3F 0 6 12C 53 41
Octal 360 131 360 0 77 0 6 454 123 101
Binary 11110000 1011001 11110000 0 111111 0 110 100101100 1010011 1000001

Color Harmonies of #F059F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F059F0

Black with #F059F0

Text Example


Text Example

White with #F059F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F059F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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