#FF5CAB

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

Shades of Brilliant Rose #FF5CAB

Tints of Brilliant Rose #FF5CAB

Color information

#FF5CAB (or 0xFF5CAB) is unknown color: approx Brilliant Rose. HEX triplet: FF, 5C and AB. RGB value is (255,92,171). Sum of RGB (Red+Green+Blue) = 255+92+171=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 92 (36.33% from 255 or 17.76% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5CAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5CAB is #00A354. Grayscale: #959595. Windows color (decimal): -41813 or 11230463. OLE color: 11230463.

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

Color convert

RGB25592171-
CMYK00.640.330
HSL330.92º100%68.04%-
HSV(B)330.92º63.92%100%-
XYZ52.4231.8541.91-
YUV149.74140203.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.23%
GREEN value IS 92 (36.33% from 255) = 17.76%
BLUE value IS 171 (67.19% from 255) = 33.01%
R=49.23%
G=17.76%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559217100.640.330330.9210068.04
HexFF5CAB04021014b6444
Octal3771342530100410513144104
Binary1111111110111001010101101000000100001010100101111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5CAB; }

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

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

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

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

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

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

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

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