#FC3F55

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

Shades of Radical Red #FC3F55

Tints of Radical Red #FC3F55

Color information

#FC3F55 (or 0xFC3F55) is unknown color: approx Radical Red. HEX triplet: FC, 3F and 55. RGB value is (252,63,85). Sum of RGB (Red+Green+Blue) = 252+63+85=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 63 (25% from 255 or 15.75% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3F55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3F55 is #03C0AA. Grayscale: #7A7A7A. Windows color (decimal): -245931 or 5586940. OLE color: 5586940.

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

Color convert

RGB2526385-
CMYK00.750.660.01
HSL353.02º96.92%61.76%-
HSV(B)353.02º75%98.82%-
XYZ43.5624.9111.11-
YUV122.02107.12220.71-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 63%
GREEN value IS 63 (25% from 255) = 15.75%
BLUE value IS 85 (33.59% from 255) = 21.25%
R=63%
G=15.75%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.66
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252638500.750.660.01353.0296.9261.76
HexFC3F5504B421161613e
Octal374771250113102154114176
Binary11111100111111101010101001011100001011011000011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3F55; }

 p { color: rgb(252,63,85); }

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

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

 a { background-color: rgb(252,63,85); }

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

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

 span { border-color: rgb(252,63,85); }

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