Html Css Color HEX #F53059 Radical Red

📋 copy color: '#F53059'

red 245 ◦ green 48 ◦ blue 89

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

Shades of Radical Red #F53059

Tints of Radical Red #F53059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 23.3%

R = 64.14%
G = 12.57%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#F53059 (or 0xF53059) is known color: Radical Red. HEX triplet: F5, 30 and 59. RGB value is (245,48,89). Sum of RGB (Red+Green+Blue) = 245+48+89=382 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.14% from 382); Green value is 48 (19.14% from 255 or 12.57% from 382); Blue value is 89 (35.16% from 255 or 23.30% from 382); Max value from RGB is 245 - color contains mainly: red. Hex color #F53059 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53059 is #0ACFA6. Grayscale: #6F6F6F. Windows color (decimal): -708519 or 5845237. OLE color: 5845237.

HSL color Cylindrical-coordinate representation of color #F53059: hue angle of 347.51º 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 #F53059 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 48 89 -
CMYK 0 0.80 0.64 0.04
HSL 347.51º 0.91% 0.57% -
HSV(B) 347.51º 0.8% 0.96% -
XYZ 40.52 22.25 11.61 -
YUV 111.58 115.27 223.17 -
System Red Green Blue C M Y K H S L
Decimal 245 48 89 0 0.80 0.64 0.04 347.51 0.91 0.57
Hex F5 30 59 0 50 40 4 15C 5B 39
Octal 365 60 131 0 120 100 4 534 133 71
Binary 11110101 110000 1011001 0 1010000 1000000 100 101011100 1011011 111001

Color Harmonies of #F53059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53059

Black with #F53059

Text Example


Text Example

White with #F53059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53059; }

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

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

background-color css

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

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

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

border-color css

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

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

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