Html Css Color HEX #FC5052 Radical Red

📋 copy color: '#FC5052'

red 252 ◦ green 80 ◦ blue 82

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

Shades of Radical Red #FC5052

Tints of Radical Red #FC5052

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.32%

 BLUE value IS 82 (32.42% from 255) = 19.81%

R = 60.87%
G = 19.32%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FC5052 (or 0xFC5052) is known color: Radical Red. HEX triplet: FC, 50 and 52. RGB value is (252,80,82). Sum of RGB (Red+Green+Blue) = 252+80+82=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 82 (32.42% from 255 or 19.81% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5052 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5052 is #03AFAD. Grayscale: #838383. Windows color (decimal): -241582 or 5394684. OLE color: 5394684.

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

Color convert

RGB 252 80 82 -
CMYK 0 0.68 0.67 0.01
HSL 359.3º 0.97% 0.65% -
HSV(B) 359.3º 0.68% 0.99% -
XYZ 44.54 27.04 10.85 -
YUV 131.66 99.98 213.84 -
System Red Green Blue C M Y K H S L
Decimal 252 80 82 0 0.68 0.67 0.01 359.3 0.97 0.65
Hex FC 50 52 0 44 43 1 167 61 41
Octal 374 120 122 0 104 103 1 547 141 101
Binary 11111100 1010000 1010010 0 1000100 1000011 1 101100111 1100001 1000001

Color Harmonies of #FC5052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5052

Black with #FC5052

Text Example


Text Example

White with #FC5052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5052; }

 p { color: rgb(252,80,82); }

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

background-color css

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

 a { background-color: rgb(252,80,82); }

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

border-color css

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

 span { border-color: rgb(252,80,82); }

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