#FC424E

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

Shades of Radical Red #FC424E

Tints of Radical Red #FC424E

Color information

#FC424E (or 0xFC424E) is unknown color: approx Radical Red. HEX triplet: FC, 42 and 4E. RGB value is (252,66,78). Sum of RGB (Red+Green+Blue) = 252+66+78=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC424E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC424E is #03BDB1. Grayscale: #7B7B7B. Windows color (decimal): -245170 or 5128956. OLE color: 5128956.

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

Color convert

RGB2526678-
CMYK00.740.690.01
HSL356.13º96.88%62.35%-
HSV(B)356.13º73.81%98.82%-
XYZ43.4725.149.77-
YUV122.98102.62220.02-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 63.64%
GREEN value IS 66 (26.17% from 255) = 16.67%
BLUE value IS 78 (30.86% from 255) = 19.70%
R=63.64%
G=16.67%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.69
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252667800.740.690.01356.1396.8862.35
HexFC424E04A451164613e
Octal3741021160112105154414176
Binary111111001000010100111001001010100010111011001001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC424E; }

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

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

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

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

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

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

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

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