Html Css Color HEX #F059FA Pink Flamingo

📋 copy color: '#F059FA'

red 240 ◦ green 89 ◦ blue 250

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

Shades of Pink Flamingo #F059FA

Tints of Pink Flamingo #F059FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.18%

R = 41.45%
G = 15.37%
B = 43.18%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F059FA (or 0xF059FA) is known color: Pink Flamingo. HEX triplet: F0, 59 and FA. RGB value is (240,89,250). Sum of RGB (Red+Green+Blue) = 240+89+250=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 89 (35.16% from 255 or 15.37% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #F059FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F059FA is #0FA605. Grayscale: #989898. Windows color (decimal): -1025542 or 16407024. OLE color: 16407024.

HSL color Cylindrical-coordinate representation of color #F059FA: hue angle of 296.27º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F059FA is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 89 250 -
CMYK 0.04 0.64 0 0.02
HSL 296.27º 0.94% 0.66% -
HSV(B) 296.27º 0.64% 0.98% -
XYZ 56.76 32.57 93.74 -
YUV 152.5 183.03 190.41 -
System Red Green Blue C M Y K H S L
Decimal 240 89 250 0.04 0.64 0 0.02 296.27 0.94 0.66
Hex F0 59 FA 4 40 0 2 128 5E 42
Octal 360 131 372 4 100 0 2 450 136 102
Binary 11110000 1011001 11111010 100 1000000 0 10 100101000 1011110 1000010

Color Harmonies of #F059FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F059FA

Black with #F059FA

Text Example


Text Example

White with #F059FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F059FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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