#FC2B66

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

Shades of Radical Red #FC2B66

Tints of Radical Red #FC2B66

Color information

#FC2B66 (or 0xFC2B66) is unknown color: approx Radical Red. HEX triplet: FC, 2B and 66. RGB value is (252,43,102). Sum of RGB (Red+Green+Blue) = 252+43+102=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 43 (17.19% from 255 or 10.83% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2B66 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2B66 is #03D499. Grayscale: #707070. Windows color (decimal): -251034 or 6695932. OLE color: 6695932.

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

Color convert

RGB25243102-
CMYK00.830.600.01
HSL343.06º97.21%57.84%-
HSV(B)343.06º82.94%98.82%-
XYZ43.4123.3814.8-
YUV112.22122.24227.7-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 63.48%
GREEN value IS 43 (17.19% from 255) = 10.83%
BLUE value IS 102 (40.23% from 255) = 25.69%
R=63.48%
G=10.83%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2524310200.830.600.01343.0697.2157.84
HexFC2B660533C1157613a
Octal37453146012374152714172
Binary1111110010101111001100101001111110011010101111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC2B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC2B66; }

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

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

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

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

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

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

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

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