Html Css Color HEX #F53052 Radical Red

📋 copy color: '#F53052'

red 245 ◦ green 48 ◦ blue 82

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

Shades of Radical Red #F53052

Tints of Radical Red #F53052

RGB

 RED value IS 245 (96.09% from 255) = 65.33%

 GREEN value IS 48 (19.14% from 255) = 12.8%

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

R = 65.33%
G = 12.8%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F53052 (or 0xF53052) is known color: Radical Red. HEX triplet: F5, 30 and 52. RGB value is (245,48,82). Sum of RGB (Red+Green+Blue) = 245+48+82=375 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.33% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 245 - color contains mainly: red. Hex color #F53052 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53052 is #0ACFAD. Grayscale: #6E6E6E. Windows color (decimal): -708526 or 5386485. OLE color: 5386485.

HSL color Cylindrical-coordinate representation of color #F53052: hue angle of 349.64º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F53052 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 48 82 -
CMYK 0 0.80 0.67 0.04
HSL 349.64º 0.91% 0.57% -
HSV(B) 349.64º 0.8% 0.96% -
XYZ 40.24 22.14 10.13 -
YUV 110.78 111.77 223.74 -
System Red Green Blue C M Y K H S L
Decimal 245 48 82 0 0.80 0.67 0.04 349.64 0.91 0.57
Hex F5 30 52 0 50 43 4 15E 5B 39
Octal 365 60 122 0 120 103 4 536 133 71
Binary 11110101 110000 1010010 0 1010000 1000011 100 101011110 1011011 111001

Color Harmonies of #F53052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53052

Black with #F53052

Text Example


Text Example

White with #F53052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53052; }

 p { color: rgb(245,48,82); }

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

background-color css

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

 a { background-color: rgb(245,48,82); }

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

border-color css

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

 span { border-color: rgb(245,48,82); }

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