Html Css Color HEX #F53251 Radical Red

📋 copy color: '#F53251'

red 245 ◦ green 50 ◦ blue 81

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

Shades of Radical Red #F53251

Tints of Radical Red #F53251

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.3%

 BLUE value IS 81 (32.03% from 255) = 21.54%

R = 65.16%
G = 13.3%
B = 21.54%

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

#F53251 (or 0xF53251) is known color: Radical Red. HEX triplet: F5, 32 and 51. RGB value is (245,50,81). Sum of RGB (Red+Green+Blue) = 245+50+81=376 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.16% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 245 - color contains mainly: red. Hex color #F53251 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53251 is #0ACDAE. Grayscale: #6F6F6F. Windows color (decimal): -708015 or 5321461. OLE color: 5321461.

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

Color convert

RGB 245 50 81 -
CMYK 0 0.80 0.67 0.04
HSL 350.46º 0.91% 0.58% -
HSV(B) 350.46º 0.8% 0.96% -
XYZ 40.28 22.29 9.96 -
YUV 111.84 110.6 222.98 -
System Red Green Blue C M Y K H S L
Decimal 245 50 81 0 0.80 0.67 0.04 350.46 0.91 0.58
Hex F5 32 51 0 50 43 4 15E 5B 3A
Octal 365 62 121 0 120 103 4 536 133 72
Binary 11110101 110010 1010001 0 1010000 1000011 100 101011110 1011011 111010

Color Harmonies of #F53251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53251

Black with #F53251

Text Example


Text Example

White with #F53251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53251; }

 p { color: rgb(245,50,81); }

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

background-color css

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

 a { background-color: rgb(245,50,81); }

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

border-color css

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

 span { border-color: rgb(245,50,81); }

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