Html Css Color HEX #F059FE Pink Flamingo

📋 copy color: '#F059FE'

red 240 ◦ green 89 ◦ blue 254

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

Shades of Pink Flamingo #F059FE

Tints of Pink Flamingo #F059FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.57%

R = 41.17%
G = 15.27%
B = 43.57%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F059FE (or 0xF059FE) is known color: Pink Flamingo. HEX triplet: F0, 59 and FE. RGB value is (240,89,254). Sum of RGB (Red+Green+Blue) = 240+89+254=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 89 (35.16% from 255 or 15.27% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #F059FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F059FE is #0FA601. Grayscale: #989898. Windows color (decimal): -1025538 or 16669168. OLE color: 16669168.

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

Color convert

RGB 240 89 254 -
CMYK 0.06 0.65 0 0.00
HSL 294.91º 0.99% 0.67% -
HSV(B) 294.91º 0.65% 1% -
XYZ 57.4 32.83 97.08 -
YUV 152.96 185.03 190.08 -
System Red Green Blue C M Y K H S L
Decimal 240 89 254 0.06 0.65 0 0.00 294.91 0.99 0.67
Hex F0 59 FE 6 41 0 0 127 63 43
Octal 360 131 376 6 101 0 0 447 143 103
Binary 11110000 1011001 11111110 110 1000001 0 0 100100111 1100011 1000011

Color Harmonies of #F059FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F059FE

Black with #F059FE

Text Example


Text Example

White with #F059FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F059FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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