#FC374E

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

Shades of Radical Red #FC374E

Tints of Radical Red #FC374E

Color information

#FC374E (or 0xFC374E) is unknown color: approx Radical Red. HEX triplet: FC, 37 and 4E. RGB value is (252,55,78). Sum of RGB (Red+Green+Blue) = 252+55+78=385 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.45% from 385); Green value is 55 (21.88% from 255 or 14.29% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 252 - color contains mainly: red. Hex color #FC374E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC374E is #03C8B1. Grayscale: #747474. Windows color (decimal): -247986 or 5126140. OLE color: 5126140.

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

Color convert

RGB2525578-
CMYK00.780.690.01
HSL352.99º97.04%60.2%-
HSV(B)352.99º78.17%98.82%-
XYZ42.8923.989.58-
YUV116.52106.27224.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 65.45%
GREEN value IS 55 (21.88% from 255) = 14.29%
BLUE value IS 78 (30.86% from 255) = 20.26%
R=65.45%
G=14.29%
B=20.26%

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
Decimal252557800.780.690.01352.9997.0460.2
HexFC374E04E451161613c
Octal374671160116105154114174
Binary11111100110111100111001001110100010111011000011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC374E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC374E; }

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

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

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

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

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

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

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

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