Html Css Color HEX #F53570 Radical Red

📋 copy color: '#F53570'

red 245 ◦ green 53 ◦ blue 112

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

Shades of Radical Red #F53570

Tints of Radical Red #F53570

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.93%

 BLUE value IS 112 (44.14% from 255) = 27.32%

R = 59.76%
G = 12.93%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F53570 (or 0xF53570) is known color: Radical Red. HEX triplet: F5, 35 and 70. RGB value is (245,53,112). Sum of RGB (Red+Green+Blue) = 245+53+112=410 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.76% from 410); Green value is 53 (21.09% from 255 or 12.93% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 245 - color contains mainly: red. Hex color #F53570 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53570 is #0ACA8F. Grayscale: #757575. Windows color (decimal): -707216 or 7353845. OLE color: 7353845.

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

Color convert

RGB 245 53 112 -
CMYK 0 0.78 0.54 0.04
HSL 341.56º 0.91% 0.58% -
HSV(B) 341.56º 0.78% 0.96% -
XYZ 41.85 23.13 17.59 -
YUV 117.13 125.11 219.2 -
System Red Green Blue C M Y K H S L
Decimal 245 53 112 0 0.78 0.54 0.04 341.56 0.91 0.58
Hex F5 35 70 0 4E 36 4 156 5B 3A
Octal 365 65 160 0 116 66 4 526 133 72
Binary 11110101 110101 1110000 0 1001110 110110 100 101010110 1011011 111010

Color Harmonies of #F53570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53570

Black with #F53570

Text Example


Text Example

White with #F53570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53570; }

 p { color: rgb(245,53,112); }

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

background-color css

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

 a { background-color: rgb(245,53,112); }

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

border-color css

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

 span { border-color: rgb(245,53,112); }

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