#FC45A5

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

Shades of Brilliant Rose #FC45A5

Tints of Brilliant Rose #FC45A5

Color information

#FC45A5 (or 0xFC45A5) is unknown color: approx Brilliant Rose. HEX triplet: FC, 45 and A5. RGB value is (252,69,165). Sum of RGB (Red+Green+Blue) = 252+69+165=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 69 (27.34% from 255 or 14.20% from 486); Blue value is 165 (64.84% from 255 or 33.95% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FC45A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC45A5 is #03BA5A. Grayscale: #868686. Windows color (decimal): -244315 or 10831356. OLE color: 10831356.

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

Color convert

RGB25269165-
CMYK00.730.350.01
HSL328.52º96.83%62.94%-
HSV(B)328.52º72.62%98.82%-
XYZ49.0627.6738.35-
YUV134.66145.13211.69-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.85%
GREEN value IS 69 (27.34% from 255) = 14.20%
BLUE value IS 165 (64.84% from 255) = 33.95%
R=51.85%
G=14.20%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2526916500.730.350.01328.5296.8362.94
HexFC45A5049231149613f
Octal374105245011143151114177
Binary111111001000101101001010100100110001111010010011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC45A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC45A5; }

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

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

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

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

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

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

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

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