#FC459D

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

Shades of Brilliant Rose #FC459D

Tints of Brilliant Rose #FC459D

Color information

#FC459D (or 0xFC459D) is unknown color: approx Brilliant Rose. HEX triplet: FC, 45 and 9D. RGB value is (252,69,157). Sum of RGB (Red+Green+Blue) = 252+69+157=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 69 (27.34% from 255 or 14.44% from 478); Blue value is 157 (61.72% from 255 or 32.85% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC459D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC459D is #03BA62. Grayscale: #858585. Windows color (decimal): -244323 or 10307068. OLE color: 10307068.

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

Color convert

RGB25269157-
CMYK00.730.380.01
HSL331.15º96.83%62.94%-
HSV(B)331.15º72.62%98.82%-
XYZ48.3627.3934.64-
YUV133.75141.13212.34-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.72%
GREEN value IS 69 (27.34% from 255) = 14.44%
BLUE value IS 157 (61.72% from 255) = 32.85%
R=52.72%
G=14.44%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2526915700.730.380.01331.1596.8362.94
HexFC459D04926114b613f
Octal374105235011146151314177
Binary111111001000101100111010100100110011011010010111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC459D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC459D; }

 p { color: rgb(252,69,157); }

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

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

 a { background-color: rgb(252,69,157); }

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

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

 span { border-color: rgb(252,69,157); }

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