Html Css Color HEX #FC4953 Radical Red

📋 copy color: '#FC4953'

red 252 ◦ green 73 ◦ blue 83

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

Shades of Radical Red #FC4953

Tints of Radical Red #FC4953

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.89%

 BLUE value IS 83 (32.81% from 255) = 20.34%

R = 61.76%
G = 17.89%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FC4953 (or 0xFC4953) is known color: Radical Red. HEX triplet: FC, 49 and 53. RGB value is (252,73,83). Sum of RGB (Red+Green+Blue) = 252+73+83=408 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.76% from 408); Green value is 73 (28.91% from 255 or 17.89% from 408); Blue value is 83 (32.81% from 255 or 20.34% from 408); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4953 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4953 is #03B6AC. Grayscale: #7F7F7F. Windows color (decimal): -243373 or 5458428. OLE color: 5458428.

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

Color convert

RGB 252 73 83 -
CMYK 0 0.71 0.67 0.01
HSL 356.65º 0.97% 0.64% -
HSV(B) 356.65º 0.71% 0.99% -
XYZ 44.09 26.09 10.89 -
YUV 127.66 102.8 216.69 -
System Red Green Blue C M Y K H S L
Decimal 252 73 83 0 0.71 0.67 0.01 356.65 0.97 0.64
Hex FC 49 53 0 47 43 1 165 61 40
Octal 374 111 123 0 107 103 1 545 141 100
Binary 11111100 1001001 1010011 0 1000111 1000011 1 101100101 1100001 1000000

Color Harmonies of #FC4953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4953

Black with #FC4953

Text Example


Text Example

White with #FC4953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4953; }

 p { color: rgb(252,73,83); }

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

background-color css

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

 a { background-color: rgb(252,73,83); }

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

border-color css

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

 span { border-color: rgb(252,73,83); }

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