#FC5C96

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

Shades of Brilliant Rose #FC5C96

Tints of Brilliant Rose #FC5C96

Color information

#FC5C96 (or 0xFC5C96) is unknown color: approx Brilliant Rose. HEX triplet: FC, 5C and 96. RGB value is (252,92,150). Sum of RGB (Red+Green+Blue) = 252+92+150=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 92 (36.33% from 255 or 18.62% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5C96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5C96 is #03A369. Grayscale: #929292. Windows color (decimal): -238442 or 9854204. OLE color: 9854204.

HSL color Cylindrical-coordinate representation of color #FC5C96: hue angle of 338.25º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC5C96 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB25292150-
CMYK00.630.400.01
HSL338.25º96.39%67.45%-
HSV(B)338.25º63.49%98.82%-
XYZ49.4830.5532.14-
YUV146.45130.01203.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.01%
GREEN value IS 92 (36.33% from 255) = 18.62%
BLUE value IS 150 (58.98% from 255) = 30.36%
R=51.01%
G=18.62%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529215000.630.400.01338.2596.3967.45
HexFC5C9603F2811526043
Octal374134226077501522140103
Binary111111001011100100101100111111101000110101001011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5C96; }

 p { color: rgb(252,92,150); }

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

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

 a { background-color: rgb(252,92,150); }

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

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

 span { border-color: rgb(252,92,150); }

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