#FC5F9B

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

Shades of Brilliant Rose #FC5F9B

Tints of Brilliant Rose #FC5F9B

Color information

#FC5F9B (or 0xFC5F9B) is unknown color: approx Brilliant Rose. HEX triplet: FC, 5F and 9B. RGB value is (252,95,155). Sum of RGB (Red+Green+Blue) = 252+95+155=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 95 (37.5% from 255 or 18.92% from 502); Blue value is 155 (60.94% from 255 or 30.88% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5F9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5F9B is #03A064. Grayscale: #949494. Windows color (decimal): -237669 or 10182652. OLE color: 10182652.

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

Color convert

RGB25295155-
CMYK00.620.380.01
HSL337.07º96.32%68.04%-
HSV(B)337.07º62.3%98.82%-
XYZ50.1531.2534.4-
YUV148.78131.51201.62-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.20%
GREEN value IS 95 (37.5% from 255) = 18.92%
BLUE value IS 155 (60.94% from 255) = 30.88%
R=50.20%
G=18.92%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529515500.620.380.01337.0796.3268.04
HexFC5F9B03E2611516044
Octal374137233076461521140104
Binary111111001011111100110110111110100110110101000111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5F9B; }

 p { color: rgb(252,95,155); }

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

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

 a { background-color: rgb(252,95,155); }

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

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

 span { border-color: rgb(252,95,155); }

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