Html Css Color HEX #F53770 Radical Red

📋 copy color: '#F53770'

red 245 ◦ green 55 ◦ blue 112

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

Shades of Radical Red #F53770

Tints of Radical Red #F53770

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.35%

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

R = 59.47%
G = 13.35%
B = 27.18%

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

#F53770 (or 0xF53770) is known color: Radical Red. HEX triplet: F5, 37 and 70. RGB value is (245,55,112). Sum of RGB (Red+Green+Blue) = 245+55+112=412 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.47% from 412); Green value is 55 (21.88% from 255 or 13.35% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 245 - color contains mainly: red. Hex color #F53770 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53770 is #0AC88F. Grayscale: #767676. Windows color (decimal): -706704 or 7354357. OLE color: 7354357.

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

Color convert

RGB 245 55 112 -
CMYK 0 0.78 0.54 0.04
HSL 342º 0.9% 0.59% -
HSV(B) 342º 0.78% 0.96% -
XYZ 41.95 23.31 17.62 -
YUV 118.31 124.45 218.37 -
System Red Green Blue C M Y K H S L
Decimal 245 55 112 0 0.78 0.54 0.04 342 0.9 0.59
Hex F5 37 70 0 4E 36 4 156 5A 3B
Octal 365 67 160 0 116 66 4 526 132 73
Binary 11110101 110111 1110000 0 1001110 110110 100 101010110 1011010 111011

Color Harmonies of #F53770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53770

Black with #F53770

Text Example


Text Example

White with #F53770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53770; }

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

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

background-color css

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

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

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

border-color css

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

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

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