Html Css Color HEX #FA5052 Radical Red

📋 copy color: '#FA5052'

red 250 ◦ green 80 ◦ blue 82

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

Shades of Radical Red #FA5052

Tints of Radical Red #FA5052

RGB

 RED value IS 250 (98.05% from 255) = 60.68%

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

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

R = 60.68%
G = 19.42%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FA5052 (or 0xFA5052) is known color: Radical Red. HEX triplet: FA, 50 and 52. RGB value is (250,80,82). Sum of RGB (Red+Green+Blue) = 250+80+82=412 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.68% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 82 (32.42% from 255 or 19.90% from 412); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5052 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5052 is #05AFAD. Grayscale: #838383. Windows color (decimal): -372654 or 5394682. OLE color: 5394682.

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

Color convert

RGB 250 80 82 -
CMYK 0 0.68 0.67 0.02
HSL 359.29º 0.94% 0.65% -
HSV(B) 359.29º 0.68% 0.98% -
XYZ 43.82 26.67 10.82 -
YUV 131.06 100.32 212.84 -
System Red Green Blue C M Y K H S L
Decimal 250 80 82 0 0.68 0.67 0.02 359.29 0.94 0.65
Hex FA 50 52 0 44 43 2 167 5E 41
Octal 372 120 122 0 104 103 2 547 136 101
Binary 11111010 1010000 1010010 0 1000100 1000011 10 101100111 1011110 1000001

Color Harmonies of #FA5052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5052

Black with #FA5052

Text Example


Text Example

White with #FA5052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5052; }

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

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

background-color css

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

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

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

border-color css

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

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

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