#FF5FE7

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

Shades of Pink Flamingo #FF5FE7

Tints of Pink Flamingo #FF5FE7

Color information

#FF5FE7 (or 0xFF5FE7) is unknown color: approx Pink Flamingo. HEX triplet: FF, 5F and E7. RGB value is (255,95,231). Sum of RGB (Red+Green+Blue) = 255+95+231=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 95 (37.5% from 255 or 16.35% from 581); Blue value is 231 (90.62% from 255 or 39.76% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5FE7 is #00A018. Grayscale: #9D9D9D. Windows color (decimal): -40985 or 15163391. OLE color: 15163391.

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

Color convert

RGB25595231-
CMYK00.630.090
HSL309º100%68.63%-
HSV(B)309º62.75%100%-
XYZ59.7635.2179.25-
YUV158.34169.01196.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.89%
GREEN value IS 95 (37.5% from 255) = 16.35%
BLUE value IS 231 (90.62% from 255) = 39.76%
R=43.89%
G=16.35%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559523100.630.09030910068.63
HexFF5FE703F901356445
Octal377137347077110465144105
Binary1111111110111111110011101111111001010011010111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5FE7; }

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

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

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

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

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

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

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

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