#ff5fe9

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

Shades of Pink Flamingo #FF5FE9

Tints of Pink Flamingo #FF5FE9

Color information

#FF5FE9 (or 0xFF5FE9) is unknown color: approx Pink Flamingo. HEX triplet: FF, 5F and E9. RGB value is (255,95,233). Sum of RGB (Red+Green+Blue) = 255+95+233=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 95 (37.5% from 255 or 16.30% from 583); Blue value is 233 (91.41% from 255 or 39.97% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5FE9 is #00A016. Grayscale: #9E9E9E. Windows color (decimal): -40983 or 15294463. OLE color: 15294463.

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

Color convert

RGB25595233-
CMYK00.630.090
HSL308.25º100%68.63%-
HSV(B)308.25º62.75%100%-
XYZ60.0435.3380.75-
YUV158.57170.01196.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.74%
GREEN value IS 95 (37.5% from 255) = 16.30%
BLUE value IS 233 (91.41% from 255) = 39.97%
R=43.74%
G=16.30%
B=39.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559523300.630.090308.2510068.63
HexFF5FE903F901346445
Octal377137351077110464144105
Binary1111111110111111110100101111111001010011010011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff5fe9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff5fe9; }

 p { color: rgb(255,95,233); }

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

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

 a { background-color: rgb(255,95,233); }

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

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

 span { border-color: rgb(255,95,233); }

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