Html Css Color HEX #F53871 Radical Red

📋 copy color: '#F53871'

red 245 ◦ green 56 ◦ blue 113

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

Shades of Radical Red #F53871

Tints of Radical Red #F53871

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.53%

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

R = 59.18%
G = 13.53%
B = 27.29%

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

#F53871 (or 0xF53871) is known color: Radical Red. HEX triplet: F5, 38 and 71. RGB value is (245,56,113). Sum of RGB (Red+Green+Blue) = 245+56+113=414 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.18% from 414); Green value is 56 (22.27% from 255 or 13.53% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 245 - color contains mainly: red. Hex color #F53871 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53871 is #0AC78E. Grayscale: #767676. Windows color (decimal): -706447 or 7420149. OLE color: 7420149.

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

Color convert

RGB 245 56 113 -
CMYK 0 0.77 0.54 0.04
HSL 341.9º 0.9% 0.59% -
HSV(B) 341.9º 0.77% 0.96% -
XYZ 42.05 23.43 17.93 -
YUV 119.01 124.62 217.87 -
System Red Green Blue C M Y K H S L
Decimal 245 56 113 0 0.77 0.54 0.04 341.9 0.9 0.59
Hex F5 38 71 0 4D 36 4 156 5A 3B
Octal 365 70 161 0 115 66 4 526 132 73
Binary 11110101 111000 1110001 0 1001101 110110 100 101010110 1011010 111011

Color Harmonies of #F53871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53871

Black with #F53871

Text Example


Text Example

White with #F53871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53871; }

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

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

background-color css

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

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

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

border-color css

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

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

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