#FC1B66

Color #FC1B66 Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #FC1B66

Tints of Radical Red #FC1B66

Color information

#FC1B66 (or 0xFC1B66) is unknown color: approx Radical Red. HEX triplet: FC, 1B and 66. RGB value is (252,27,102). Sum of RGB (Red+Green+Blue) = 252+27+102=381 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.14% from 381); Green value is 27 (10.94% from 255 or 7.09% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1B66 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1B66 is #03E499. Grayscale: #666666. Windows color (decimal): -255130 or 6691836. OLE color: 6691836.

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

Color convert

RGB25227102-
CMYK00.890.600.01
HSL340º97.4%54.71%-
HSV(B)340º89.29%98.82%-
XYZ42.9422.4414.64-
YUV102.82127.54234.4-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 66.14%
GREEN value IS 27 (10.94% from 255) = 7.09%
BLUE value IS 102 (40.23% from 255) = 26.77%
R=66.14%
G=7.09%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522710200.890.600.0134097.454.71
HexFC1B660593C11546137
Octal37433146013174152414167
Binary111111001101111001100101100111110011010101001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC1B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC1B66; }

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

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

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

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

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

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

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

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