#FC63A1

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

Shades of Brilliant Rose #FC63A1

Tints of Brilliant Rose #FC63A1

Color information

#FC63A1 (or 0xFC63A1) is unknown color: approx Brilliant Rose. HEX triplet: FC, 63 and A1. RGB value is (252,99,161). Sum of RGB (Red+Green+Blue) = 252+99+161=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 161 (63.28% from 255 or 31.45% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC63A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC63A1 is #039C5E. Grayscale: #979797. Windows color (decimal): -236639 or 10576892. OLE color: 10576892.

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

Color convert

RGB25299161-
CMYK00.610.360.01
HSL335.69º96.23%68.82%-
HSV(B)335.69º60.71%98.82%-
XYZ51.0432.1937.24-
YUV151.82133.19199.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.22%
GREEN value IS 99 (39.06% from 255) = 19.34%
BLUE value IS 161 (63.28% from 255) = 31.45%
R=49.22%
G=19.34%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529916100.610.360.01335.6996.2368.82
HexFC63A103D2411506045
Octal374143241075441520140105
Binary111111001100011101000010111101100100110101000011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC63A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC63A1; }

 p { color: rgb(252,99,161); }

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

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

 a { background-color: rgb(252,99,161); }

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

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

 span { border-color: rgb(252,99,161); }

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