Html Css Color HEX #F53971 Radical Red

📋 copy color: '#F53971'

red 245 ◦ green 57 ◦ blue 113

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

Shades of Radical Red #F53971

Tints of Radical Red #F53971

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.73%

 BLUE value IS 113 (44.53% from 255) = 27.23%

R = 59.04%
G = 13.73%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F53971 (or 0xF53971) is known color: Radical Red. HEX triplet: F5, 39 and 71. RGB value is (245,57,113). Sum of RGB (Red+Green+Blue) = 245+57+113=415 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.04% from 415); Green value is 57 (22.66% from 255 or 13.73% from 415); Blue value is 113 (44.53% from 255 or 27.23% from 415); Max value from RGB is 245 - color contains mainly: red. Hex color #F53971 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53971 is #0AC68E. Grayscale: #777777. Windows color (decimal): -706191 or 7420405. OLE color: 7420405.

HSL color Cylindrical-coordinate representation of color #F53971: hue angle of 342.13º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F53971 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 57 113 -
CMYK 0 0.77 0.54 0.04
HSL 342.13º 0.9% 0.59% -
HSV(B) 342.13º 0.77% 0.96% -
XYZ 42.1 23.53 17.95 -
YUV 119.6 124.28 217.45 -
System Red Green Blue C M Y K H S L
Decimal 245 57 113 0 0.77 0.54 0.04 342.13 0.9 0.59
Hex F5 39 71 0 4D 36 4 156 5A 3B
Octal 365 71 161 0 115 66 4 526 132 73
Binary 11110101 111001 1110001 0 1001101 110110 100 101010110 1011010 111011

Color Harmonies of #F53971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53971

Black with #F53971

Text Example


Text Example

White with #F53971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53971; }

 p { color: rgb(245,57,113); }

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

background-color css

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

 a { background-color: rgb(245,57,113); }

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

border-color css

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

 span { border-color: rgb(245,57,113); }

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