#F059FF

Color #F059FF Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #F059FF

Tints of Pink Flamingo #F059FF

Color information

#F059FF (or 0xF059FF) is unknown color: approx 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

RGB24089255-
CMYK0.060.6500
HSL294.58º100%67.45%-
HSV(B)294.58º65.1%100%-
XYZ57.5632.8997.92-
YUV153.07185.53190-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.10%
GREEN value IS 89 (35.16% from 255) = 15.24%
BLUE value IS 255 (100% from 255) = 43.66%
R=41.10%
G=15.24%
B=43.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal240892550.060.6500294.5810067.45
HexF059FF641001276443
Octal360131377610100447144103
Binary1111000010110011111111111010000010010010011111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F059FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>