Html Css Color HEX #F53F52 Radical Red

📋 copy color: '#F53F52'

red 245 ◦ green 63 ◦ blue 82

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

Shades of Radical Red #F53F52

Tints of Radical Red #F53F52

RGB

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

 GREEN value IS 63 (25% from 255) = 16.15%

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

R = 62.82%
G = 16.15%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F53F52 (or 0xF53F52) is known color: Radical Red. HEX triplet: F5, 3F and 52. RGB value is (245,63,82). Sum of RGB (Red+Green+Blue) = 245+63+82=390 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.82% from 390); Green value is 63 (25% from 255 or 16.15% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 245 - color contains mainly: red. Hex color #F53F52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53F52 is #0AC0AD. Grayscale: #777777. Windows color (decimal): -704686 or 5390325. OLE color: 5390325.

HSL color Cylindrical-coordinate representation of color #F53F52: hue angle of 353.74º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F53F52 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 63 82 -
CMYK 0 0.74 0.67 0.04
HSL 353.74º 0.9% 0.6% -
HSV(B) 353.74º 0.74% 0.96% -
XYZ 40.96 23.58 10.37 -
YUV 119.58 106.8 217.46 -
System Red Green Blue C M Y K H S L
Decimal 245 63 82 0 0.74 0.67 0.04 353.74 0.9 0.6
Hex F5 3F 52 0 4A 43 4 162 5A 3C
Octal 365 77 122 0 112 103 4 542 132 74
Binary 11110101 111111 1010010 0 1001010 1000011 100 101100010 1011010 111100

Color Harmonies of #F53F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53F52

Black with #F53F52

Text Example


Text Example

White with #F53F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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