Html Css Color HEX #F059FF Pink Flamingo

📋 copy color: '#F059FF'

red 240 ◦ green 89 ◦ blue 255

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

Shades of Pink Flamingo #F059FF

Tints of Pink Flamingo #F059FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.66%

R = 41.1%
G = 15.24%
B = 43.66%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F059FF (or 0xF059FF) is known color: Pink Flamingo. HEX triplet: F0, 59 and FF. RGB value is (240,89,255). Sum of RGB (Red+Green+Blue) = 240+89+255=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 89 (35.16% from 255 or 15.24% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #F059FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F059FF is #0FA600. Grayscale: #989898. Windows color (decimal): -1025537 or 16734704. OLE color: 16734704.

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

Color convert

RGB 240 89 255 -
CMYK 0.06 0.65 0 0
HSL 294.58º 1% 0.67% -
HSV(B) 294.58º 0.65% 1% -
XYZ 57.56 32.89 97.92 -
YUV 153.07 185.53 190 -
System Red Green Blue C M Y K H S L
Decimal 240 89 255 0.06 0.65 0 0 294.58 1 0.67
Hex F0 59 FF 6 41 0 0 127 64 43
Octal 360 131 377 6 101 0 0 447 144 103
Binary 11110000 1011001 11111111 110 1000001 0 0 100100111 1100100 1000011

Color Harmonies of #F059FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F059FF

Black with #F059FF

Text Example


Text Example

White with #F059FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F059FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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