#FC5C9A

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

Shades of Brilliant Rose #FC5C9A

Tints of Brilliant Rose #FC5C9A

Color information

#FC5C9A (or 0xFC5C9A) is unknown color: approx Brilliant Rose. HEX triplet: FC, 5C and 9A. RGB value is (252,92,154). Sum of RGB (Red+Green+Blue) = 252+92+154=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 92 (36.33% from 255 or 18.47% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5C9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5C9A is #03A365. Grayscale: #929292. Windows color (decimal): -238438 or 10116348. OLE color: 10116348.

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

Color convert

RGB25292154-
CMYK00.630.390.01
HSL336.75º96.39%67.45%-
HSV(B)336.75º63.49%98.82%-
XYZ49.830.6833.87-
YUV146.91132.01202.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.60%
GREEN value IS 92 (36.33% from 255) = 18.47%
BLUE value IS 154 (60.55% from 255) = 30.92%
R=50.60%
G=18.47%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529215400.630.390.01336.7596.3967.45
HexFC5C9A03F2711516043
Octal374134232077471521140103
Binary111111001011100100110100111111100111110101000111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5C9A; }

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

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

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

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

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

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

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

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