Html Css Color HEX #FC4053 Radical Red

📋 copy color: '#FC4053'

red 252 ◦ green 64 ◦ blue 83

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

Shades of Radical Red #FC4053

Tints of Radical Red #FC4053

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.04%

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

R = 63.16%
G = 16.04%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FC4053 (or 0xFC4053) is known color: Radical Red. HEX triplet: FC, 40 and 53. RGB value is (252,64,83). Sum of RGB (Red+Green+Blue) = 252+64+83=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 64 (25.39% from 255 or 16.04% from 399); Blue value is 83 (32.81% from 255 or 20.80% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4053 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4053 is #03BFAC. Grayscale: #7A7A7A. Windows color (decimal): -245677 or 5456124. OLE color: 5456124.

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

Color convert

RGB 252 64 83 -
CMYK 0 0.75 0.67 0.01
HSL 353.94º 0.97% 0.62% -
HSV(B) 353.94º 0.75% 0.99% -
XYZ 43.54 24.99 10.71 -
YUV 122.38 105.78 220.46 -
System Red Green Blue C M Y K H S L
Decimal 252 64 83 0 0.75 0.67 0.01 353.94 0.97 0.62
Hex FC 40 53 0 4B 43 1 162 61 3E
Octal 374 100 123 0 113 103 1 542 141 76
Binary 11111100 1000000 1010011 0 1001011 1000011 1 101100010 1100001 111110

Color Harmonies of #FC4053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4053

Black with #FC4053

Text Example


Text Example

White with #FC4053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4053; }

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

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

background-color css

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

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

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

border-color css

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

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

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