Html Css Color HEX #F53176 Radical Red

📋 copy color: '#F53176'

red 245 ◦ green 49 ◦ blue 118

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

Shades of Radical Red #F53176

Tints of Radical Red #F53176

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.89%

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

R = 59.47%
G = 11.89%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F53176 (or 0xF53176) is known color: Radical Red. HEX triplet: F5, 31 and 76. RGB value is (245,49,118). Sum of RGB (Red+Green+Blue) = 245+49+118=412 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.47% from 412); Green value is 49 (19.53% from 255 or 11.89% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 245 - color contains mainly: red. Hex color #F53176 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53176 is #0ACE89. Grayscale: #737373. Windows color (decimal): -708234 or 7746037. OLE color: 7746037.

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

Color convert

RGB 245 49 118 -
CMYK 0 0.8 0.52 0.04
HSL 338.88º 0.91% 0.58% -
HSV(B) 338.88º 0.8% 0.96% -
XYZ 42.02 22.92 19.35 -
YUV 115.47 129.43 220.39 -
System Red Green Blue C M Y K H S L
Decimal 245 49 118 0 0.8 0.52 0.04 338.88 0.91 0.58
Hex F5 31 76 0 50 34 4 153 5B 3A
Octal 365 61 166 0 120 64 4 523 133 72
Binary 11110101 110001 1110110 0 1010000 110100 100 101010011 1011011 111010

Color Harmonies of #F53176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53176

Black with #F53176

Text Example


Text Example

White with #F53176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53176; }

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

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

background-color css

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

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

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

border-color css

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

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

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