Html Css Color HEX #F53470 Radical Red

📋 copy color: '#F53470'

red 245 ◦ green 52 ◦ blue 112

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

Shades of Radical Red #F53470

Tints of Radical Red #F53470

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.71%

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

R = 59.9%
G = 12.71%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F53470 (or 0xF53470) is known color: Radical Red. HEX triplet: F5, 34 and 70. RGB value is (245,52,112). Sum of RGB (Red+Green+Blue) = 245+52+112=409 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.90% from 409); Green value is 52 (20.70% from 255 or 12.71% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 245 - color contains mainly: red. Hex color #F53470 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53470 is #0ACB8F. Grayscale: #747474. Windows color (decimal): -707472 or 7353589. OLE color: 7353589.

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

Color convert

RGB 245 52 112 -
CMYK 0 0.79 0.54 0.04
HSL 341.35º 0.91% 0.58% -
HSV(B) 341.35º 0.79% 0.96% -
XYZ 41.81 23.04 17.57 -
YUV 116.55 125.44 219.62 -
System Red Green Blue C M Y K H S L
Decimal 245 52 112 0 0.79 0.54 0.04 341.35 0.91 0.58
Hex F5 34 70 0 4F 36 4 155 5B 3A
Octal 365 64 160 0 117 66 4 525 133 72
Binary 11110101 110100 1110000 0 1001111 110110 100 101010101 1011011 111010

Color Harmonies of #F53470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53470

Black with #F53470

Text Example


Text Example

White with #F53470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53470; }

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

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

background-color css

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

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

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

border-color css

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

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

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