#FC65A1

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

Shades of Brilliant Rose #FC65A1

Tints of Brilliant Rose #FC65A1

Color information

#FC65A1 (or 0xFC65A1) is unknown color: approx Brilliant Rose. HEX triplet: FC, 65 and A1. RGB value is (252,101,161). Sum of RGB (Red+Green+Blue) = 252+101+161=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 101 (39.84% from 255 or 19.65% from 514); Blue value is 161 (63.28% from 255 or 31.32% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FC65A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC65A1 is #039A5E. Grayscale: #989898. Windows color (decimal): -236127 or 10577404. OLE color: 10577404.

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

Color convert

RGB252101161-
CMYK00.600.360.01
HSL336.16º96.18%69.22%-
HSV(B)336.16º59.92%98.82%-
XYZ51.2332.5837.31-
YUV152.99132.53198.62-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.03%
GREEN value IS 101 (39.84% from 255) = 19.65%
BLUE value IS 161 (63.28% from 255) = 31.32%
R=49.03%
G=19.65%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210116100.600.360.01336.1696.1869.22
HexFC65A103C2411506045
Octal374145241074441520140105
Binary111111001100101101000010111100100100110101000011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC65A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC65A1; }

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

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

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

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

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

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

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

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