#FF59F0

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

Shades of Pink Flamingo #FF59F0

Tints of Pink Flamingo #FF59F0

Color information

#FF59F0 (or 0xFF59F0) is unknown color: approx Pink Flamingo. HEX triplet: FF, 59 and F0. RGB value is (255,89,240). Sum of RGB (Red+Green+Blue) = 255+89+240=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 89 (35.16% from 255 or 15.24% from 584); Blue value is 240 (94.14% from 255 or 41.10% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FF59F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF59F0 is #00A60F. Grayscale: #9B9B9B. Windows color (decimal): -42512 or 15751679. OLE color: 15751679.

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

Color convert

RGB25589240-
CMYK00.650.060
HSL305.42º100%67.45%-
HSV(B)305.42º65.1%100%-
XYZ60.5434.785.94-
YUV155.85175.5198.72-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558924000.650.060305.4210067.45
HexFF59F0041601316443
Octal377131360010160461144103
Binary1111111110110011111000001000001110010011000111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF59F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF59F0; }

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

 H1.HeaderClassName
 {
   color: #FF59F0;
 }
 .AnyTagClassName
 {
   color: #FF59F0;
 }
</style>
background-color css

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

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

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

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

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

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