#FC46A0

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

Shades of Brilliant Rose #FC46A0

Tints of Brilliant Rose #FC46A0

Color information

#FC46A0 (or 0xFC46A0) is unknown color: approx Brilliant Rose. HEX triplet: FC, 46 and A0. RGB value is (252,70,160). Sum of RGB (Red+Green+Blue) = 252+70+160=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 70 (27.73% from 255 or 14.52% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC46A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC46A0 is #03B95F. Grayscale: #868686. Windows color (decimal): -244064 or 10503932. OLE color: 10503932.

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

Color convert

RGB25270160-
CMYK00.720.370.01
HSL330.33º96.81%63.14%-
HSV(B)330.33º72.22%98.82%-
XYZ48.6827.6136.02-
YUV134.68142.3211.68-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.28%
GREEN value IS 70 (27.73% from 255) = 14.52%
BLUE value IS 160 (62.89% from 255) = 33.20%
R=52.28%
G=14.52%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2527016000.720.370.01330.3396.8163.14
HexFC46A004825114a613f
Octal374106240011045151214177
Binary111111001000110101000000100100010010111010010101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC46A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC46A0; }

 p { color: rgb(252,70,160); }

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

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

 a { background-color: rgb(252,70,160); }

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

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

 span { border-color: rgb(252,70,160); }

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