#FC374F

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

Shades of Radical Red #FC374F

Tints of Radical Red #FC374F

Color information

#FC374F (or 0xFC374F) is unknown color: approx Radical Red. HEX triplet: FC, 37 and 4F. RGB value is (252,55,79). Sum of RGB (Red+Green+Blue) = 252+55+79=386 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.28% from 386); Green value is 55 (21.88% from 255 or 14.25% from 386); Blue value is 79 (31.25% from 255 or 20.47% from 386); Max value from RGB is 252 - color contains mainly: red. Hex color #FC374F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC374F is #03C8B0. Grayscale: #747474. Windows color (decimal): -247985 or 5191676. OLE color: 5191676.

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

Color convert

RGB2525579-
CMYK00.780.690.01
HSL352.69º97.04%60.2%-
HSV(B)352.69º78.17%98.82%-
XYZ42.9223.999.77-
YUV116.64106.77224.55-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 65.28%
GREEN value IS 55 (21.88% from 255) = 14.25%
BLUE value IS 79 (31.25% from 255) = 20.47%
R=65.28%
G=14.25%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.69
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252557900.780.690.01352.6997.0460.2
HexFC374F04E451161613c
Octal374671170116105154114174
Binary11111100110111100111101001110100010111011000011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC374F; }

 p { color: rgb(252,55,79); }

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

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

 a { background-color: rgb(252,55,79); }

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

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

 span { border-color: rgb(252,55,79); }

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