#FC66A0

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

Shades of Brilliant Rose #FC66A0

Tints of Brilliant Rose #FC66A0

Color information

#FC66A0 (or 0xFC66A0) is unknown color: approx Brilliant Rose. HEX triplet: FC, 66 and A0. RGB value is (252,102,160). Sum of RGB (Red+Green+Blue) = 252+102+160=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 102 (40.23% from 255 or 19.84% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FC66A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC66A0 is #03995F. Grayscale: #999999. Windows color (decimal): -235872 or 10512124. OLE color: 10512124.

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

Color convert

RGB252102160-
CMYK00.600.370.01
HSL336.8º96.15%69.41%-
HSV(B)336.8º59.52%98.82%-
XYZ51.2432.7436.88-
YUV153.46131.7198.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.03%
GREEN value IS 102 (40.23% from 255) = 19.84%
BLUE value IS 160 (62.89% from 255) = 31.13%
R=49.03%
G=19.84%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210216000.600.370.01336.896.1569.41
HexFC66A003C2511516045
Octal374146240074451521140105
Binary111111001100110101000000111100100101110101000111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC66A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC66A0; }

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

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

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

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

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

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

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

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