Html Css Color HEX #F53076 Radical Red

📋 copy color: '#F53076'

red 245 ◦ green 48 ◦ blue 118

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

Shades of Radical Red #F53076

Tints of Radical Red #F53076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.71%

R = 59.61%
G = 11.68%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F53076 (or 0xF53076) is known color: Radical Red. HEX triplet: F5, 30 and 76. RGB value is (245,48,118). Sum of RGB (Red+Green+Blue) = 245+48+118=411 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.61% from 411); Green value is 48 (19.14% from 255 or 11.68% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 245 - color contains mainly: red. Hex color #F53076 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53076 is #0ACF89. Grayscale: #727272. Windows color (decimal): -708490 or 7745781. OLE color: 7745781.

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

Color convert

RGB 245 48 118 -
CMYK 0 0.80 0.52 0.04
HSL 338.68º 0.91% 0.57% -
HSV(B) 338.68º 0.8% 0.96% -
XYZ 41.98 22.83 19.33 -
YUV 114.88 129.77 220.81 -
System Red Green Blue C M Y K H S L
Decimal 245 48 118 0 0.80 0.52 0.04 338.68 0.91 0.57
Hex F5 30 76 0 50 34 4 153 5B 39
Octal 365 60 166 0 120 64 4 523 133 71
Binary 11110101 110000 1110110 0 1010000 110100 100 101010011 1011011 111001

Color Harmonies of #F53076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53076

Black with #F53076

Text Example


Text Example

White with #F53076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53076; }

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

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

background-color css

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

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

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

border-color css

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

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

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