Html Css Color HEX #FC424E Radical Red

📋 copy color: '#FC424E'

red 252 ◦ green 66 ◦ blue 78

#FC424E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Radical Red #FC424E

Tints of Radical Red #FC424E

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.7%

R = 63.64%
G = 16.67%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FC424E (or 0xFC424E) is known color: 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

RGB 252 66 78 -
CMYK 0 0.74 0.69 0.01
HSL 356.13º 0.97% 0.62% -
HSV(B) 356.13º 0.74% 0.99% -
XYZ 43.47 25.14 9.77 -
YUV 122.98 102.62 220.02 -
System Red Green Blue C M Y K H S L
Decimal 252 66 78 0 0.74 0.69 0.01 356.13 0.97 0.62
Hex FC 42 4E 0 4A 45 1 164 61 3E
Octal 374 102 116 0 112 105 1 544 141 76
Binary 11111100 1000010 1001110 0 1001010 1000101 1 101100100 1100001 111110

Color Harmonies of #FC424E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC424E

Black with #FC424E

Text Example


Text Example

White with #FC424E

Text Example


Text Example

HTML Codes & Css Web 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>