Html Css Color HEX #FC4A4D Radical Red

📋 copy color: '#FC4A4D'

red 252 ◦ green 74 ◦ blue 77

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

Shades of Radical Red #FC4A4D

Tints of Radical Red #FC4A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.11%

R = 62.53%
G = 18.36%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FC4A4D (or 0xFC4A4D) is known color: Radical Red. HEX triplet: FC, 4A and 4D. RGB value is (252,74,77). Sum of RGB (Red+Green+Blue) = 252+74+77=403 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.53% from 403); Green value is 74 (29.30% from 255 or 18.36% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4A4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4A4D is #03B5B2. Grayscale: #7F7F7F. Windows color (decimal): -243123 or 5065468. OLE color: 5065468.

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

Color convert

RGB 252 74 77 -
CMYK 0 0.71 0.69 0.01
HSL 358.99º 0.97% 0.64% -
HSV(B) 358.99º 0.71% 0.99% -
XYZ 43.93 26.13 9.75 -
YUV 127.56 99.47 216.76 -
System Red Green Blue C M Y K H S L
Decimal 252 74 77 0 0.71 0.69 0.01 358.99 0.97 0.64
Hex FC 4A 4D 0 47 45 1 167 61 40
Octal 374 112 115 0 107 105 1 547 141 100
Binary 11111100 1001010 1001101 0 1000111 1000101 1 101100111 1100001 1000000

Color Harmonies of #FC4A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4A4D

Black with #FC4A4D

Text Example


Text Example

White with #FC4A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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