#FC2F46

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

Shades of Radical Red #FC2F46

Tints of Radical Red #FC2F46

Color information

#FC2F46 (or 0xFC2F46) is unknown color: approx Radical Red. HEX triplet: FC, 2F and 46. RGB value is (252,47,70). Sum of RGB (Red+Green+Blue) = 252+47+70=369 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.29% from 369); Green value is 47 (18.75% from 255 or 12.74% from 369); Blue value is 70 (27.73% from 255 or 18.97% from 369); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2F46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2F46 is #03D0B9. Grayscale: #6F6F6F. Windows color (decimal): -250042 or 4599804. OLE color: 4599804.

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

Color convert

RGB2524770-
CMYK00.810.720.01
HSL353.27º97.16%58.63%-
HSV(B)353.27º81.35%98.82%-
XYZ42.2723.178.04-
YUV110.92104.92228.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 68.29%
GREEN value IS 47 (18.75% from 255) = 12.74%
BLUE value IS 70 (27.73% from 255) = 18.97%
R=68.29%
G=12.74%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.72
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252477000.810.720.01353.2797.1658.63
HexFC2F46051481161613b
Octal374571060121110154114173
Binary11111100101111100011001010001100100011011000011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC2F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC2F46; }

 p { color: rgb(252,47,70); }

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

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

 a { background-color: rgb(252,47,70); }

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

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

 span { border-color: rgb(252,47,70); }

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