Html Css Color HEX #F53752 Radical Red

📋 copy color: '#F53752'

red 245 ◦ green 55 ◦ blue 82

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

Shades of Radical Red #F53752

Tints of Radical Red #F53752

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.4%

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

R = 64.14%
G = 14.4%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F53752 (or 0xF53752) is known color: Radical Red. HEX triplet: F5, 37 and 52. RGB value is (245,55,82). Sum of RGB (Red+Green+Blue) = 245+55+82=382 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.14% from 382); Green value is 55 (21.88% from 255 or 14.40% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 245 - color contains mainly: red. Hex color #F53752 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53752 is #0AC8AD. Grayscale: #727272. Windows color (decimal): -706734 or 5388277. OLE color: 5388277.

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

Color convert

RGB 245 55 82 -
CMYK 0 0.78 0.67 0.04
HSL 351.47º 0.9% 0.59% -
HSV(B) 351.47º 0.78% 0.96% -
XYZ 40.55 22.75 10.24 -
YUV 114.89 109.45 220.8 -
System Red Green Blue C M Y K H S L
Decimal 245 55 82 0 0.78 0.67 0.04 351.47 0.9 0.59
Hex F5 37 52 0 4E 43 4 15F 5A 3B
Octal 365 67 122 0 116 103 4 537 132 73
Binary 11110101 110111 1010010 0 1001110 1000011 100 101011111 1011010 111011

Color Harmonies of #F53752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53752

Black with #F53752

Text Example


Text Example

White with #F53752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53752; }

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

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

background-color css

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

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

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

border-color css

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

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

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