Html Css Color HEX #FC4A56 Radical Red

📋 copy color: '#FC4A56'

red 252 ◦ green 74 ◦ blue 86

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

Shades of Radical Red #FC4A56

Tints of Radical Red #FC4A56

RGB

 RED value IS 252 (98.83% from 255) = 61.17%

 GREEN value IS 74 (29.3% from 255) = 17.96%

 BLUE value IS 86 (33.98% from 255) = 20.87%

R = 61.17%
G = 17.96%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FC4A56 (or 0xFC4A56) is known color: Radical Red. HEX triplet: FC, 4A and 56. RGB value is (252,74,86). Sum of RGB (Red+Green+Blue) = 252+74+86=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4A56 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4A56 is #03B5A9. Grayscale: #808080. Windows color (decimal): -243114 or 5655292. OLE color: 5655292.

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

Color convert

RGB 252 74 86 -
CMYK 0 0.71 0.66 0.01
HSL 355.96º 0.97% 0.64% -
HSV(B) 355.96º 0.71% 0.99% -
XYZ 44.27 26.26 11.54 -
YUV 128.59 103.97 216.02 -
System Red Green Blue C M Y K H S L
Decimal 252 74 86 0 0.71 0.66 0.01 355.96 0.97 0.64
Hex FC 4A 56 0 47 42 1 164 61 40
Octal 374 112 126 0 107 102 1 544 141 100
Binary 11111100 1001010 1010110 0 1000111 1000010 1 101100100 1100001 1000000

Color Harmonies of #FC4A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4A56

Black with #FC4A56

Text Example


Text Example

White with #FC4A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4A56; }

 p { color: rgb(252,74,86); }

 H1.HeaderClassName
 {
   color: #FC4A56;
 }
 .AnyTagClassName
 {
   color: #FC4A56;
 }
</style>

background-color css

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

 a { background-color: rgb(252,74,86); }

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

border-color css

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

 span { border-color: rgb(252,74,86); }

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