Html Css Color HEX #F53B52 Radical Red

📋 copy color: '#F53B52'

red 245 ◦ green 59 ◦ blue 82

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

Shades of Radical Red #F53B52

Tints of Radical Red #F53B52

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.28%

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

R = 63.47%
G = 15.28%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F53B52 (or 0xF53B52) is known color: Radical Red. HEX triplet: F5, 3B and 52. RGB value is (245,59,82). Sum of RGB (Red+Green+Blue) = 245+59+82=386 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.47% from 386); Green value is 59 (23.44% from 255 or 15.28% from 386); Blue value is 82 (32.42% from 255 or 21.24% from 386); Max value from RGB is 245 - color contains mainly: red. Hex color #F53B52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53B52 is #0AC4AD. Grayscale: #757575. Windows color (decimal): -705710 or 5389301. OLE color: 5389301.

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

Color convert

RGB 245 59 82 -
CMYK 0 0.76 0.67 0.04
HSL 352.58º 0.9% 0.6% -
HSV(B) 352.58º 0.76% 0.96% -
XYZ 40.74 23.15 10.3 -
YUV 117.24 108.12 219.13 -
System Red Green Blue C M Y K H S L
Decimal 245 59 82 0 0.76 0.67 0.04 352.58 0.9 0.6
Hex F5 3B 52 0 4C 43 4 161 5A 3C
Octal 365 73 122 0 114 103 4 541 132 74
Binary 11110101 111011 1010010 0 1001100 1000011 100 101100001 1011010 111100

Color Harmonies of #F53B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53B52

Black with #F53B52

Text Example


Text Example

White with #F53B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53B52; }

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

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

background-color css

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

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

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

border-color css

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

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

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