Html Css Color HEX #F53172 Radical Red

📋 copy color: '#F53172'

red 245 ◦ green 49 ◦ blue 114

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

Shades of Radical Red #F53172

Tints of Radical Red #F53172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.94%

R = 60.05%
G = 12.01%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F53172 (or 0xF53172) is known color: Radical Red. HEX triplet: F5, 31 and 72. RGB value is (245,49,114). Sum of RGB (Red+Green+Blue) = 245+49+114=408 (54% of max value = 765). Red value is 245 (96.09% from 255 or 60.05% from 408); Green value is 49 (19.53% from 255 or 12.01% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 245 - color contains mainly: red. Hex color #F53172 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53172 is #0ACE8D. Grayscale: #727272. Windows color (decimal): -708238 or 7483893. OLE color: 7483893.

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

Color convert

RGB 245 49 114 -
CMYK 0 0.8 0.53 0.04
HSL 340.1º 0.91% 0.58% -
HSV(B) 340.1º 0.8% 0.96% -
XYZ 41.79 22.82 18.12 -
YUV 115.01 127.43 220.71 -
System Red Green Blue C M Y K H S L
Decimal 245 49 114 0 0.8 0.53 0.04 340.1 0.91 0.58
Hex F5 31 72 0 50 35 4 154 5B 3A
Octal 365 61 162 0 120 65 4 524 133 72
Binary 11110101 110001 1110010 0 1010000 110101 100 101010100 1011011 111010

Color Harmonies of #F53172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53172

Black with #F53172

Text Example


Text Example

White with #F53172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53172; }

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

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

background-color css

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

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

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

border-color css

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

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

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