Html Css Color HEX #F53A70 Radical Red

📋 copy color: '#F53A70'

red 245 ◦ green 58 ◦ blue 112

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

Shades of Radical Red #F53A70

Tints of Radical Red #F53A70

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.98%

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

R = 59.04%
G = 13.98%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F53A70 (or 0xF53A70) is known color: Radical Red. HEX triplet: F5, 3A and 70. RGB value is (245,58,112). Sum of RGB (Red+Green+Blue) = 245+58+112=415 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.04% from 415); Green value is 58 (23.05% from 255 or 13.98% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 245 - color contains mainly: red. Hex color #F53A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53A70 is #0AC58F. Grayscale: #787878. Windows color (decimal): -705936 or 7355125. OLE color: 7355125.

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

Color convert

RGB 245 58 112 -
CMYK 0 0.76 0.54 0.04
HSL 342.67º 0.9% 0.59% -
HSV(B) 342.67º 0.76% 0.96% -
XYZ 42.09 23.61 17.67 -
YUV 120.07 123.45 217.11 -
System Red Green Blue C M Y K H S L
Decimal 245 58 112 0 0.76 0.54 0.04 342.67 0.9 0.59
Hex F5 3A 70 0 4C 36 4 157 5A 3B
Octal 365 72 160 0 114 66 4 527 132 73
Binary 11110101 111010 1110000 0 1001100 110110 100 101010111 1011010 111011

Color Harmonies of #F53A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53A70

Black with #F53A70

Text Example


Text Example

White with #F53A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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