#FF5EAB

Color #FF5EAB Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #FF5EAB

Tints of Brilliant Rose #FF5EAB

Color information

#FF5EAB (or 0xFF5EAB) is unknown color: approx Brilliant Rose. HEX triplet: FF, 5E and AB. RGB value is (255,94,171). Sum of RGB (Red+Green+Blue) = 255+94+171=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 94 (37.11% from 255 or 18.08% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5EAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5EAB is #00A154. Grayscale: #969696. Windows color (decimal): -41301 or 11230975. OLE color: 11230975.

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

Color convert

RGB25594171-
CMYK00.630.330
HSL331.3º100%68.43%-
HSV(B)331.3º63.14%100%-
XYZ52.5932.2141.97-
YUV150.92139.34202.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.04%
GREEN value IS 94 (37.11% from 255) = 18.08%
BLUE value IS 171 (67.19% from 255) = 32.88%
R=49.04%
G=18.08%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559417100.630.330331.310068.43
HexFF5EAB03F21014b6444
Octal377136253077410513144104
Binary111111111011110101010110111111100001010100101111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5EAB; }

 p { color: rgb(255,94,171); }

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

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

 a { background-color: rgb(255,94,171); }

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

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

 span { border-color: rgb(255,94,171); }

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