#FC45A4

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

Shades of Brilliant Rose #FC45A4

Tints of Brilliant Rose #FC45A4

Color information

#FC45A4 (or 0xFC45A4) is unknown color: approx Brilliant Rose. HEX triplet: FC, 45 and A4. RGB value is (252,69,164). Sum of RGB (Red+Green+Blue) = 252+69+164=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 69 (27.34% from 255 or 14.23% from 485); Blue value is 164 (64.45% from 255 or 33.81% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC45A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC45A4 is #03BA5B. Grayscale: #868686. Windows color (decimal): -244316 or 10765820. OLE color: 10765820.

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

Color convert

RGB25269164-
CMYK00.730.350.01
HSL328.85º96.83%62.94%-
HSV(B)328.85º72.62%98.82%-
XYZ48.9727.6337.87-
YUV134.55144.63211.78-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.96%
GREEN value IS 69 (27.34% from 255) = 14.23%
BLUE value IS 164 (64.45% from 255) = 33.81%
R=51.96%
G=14.23%
B=33.81%

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
Decimal2526916400.730.350.01328.8596.8362.94
HexFC45A4049231149613f
Octal374105244011143151114177
Binary111111001000101101001000100100110001111010010011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC45A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC45A4; }

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

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

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

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

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

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

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

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