Html Css Color HEX #F52570 Radical Red

📋 copy color: '#F52570'

red 245 ◦ green 37 ◦ blue 112

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

Shades of Radical Red #F52570

Tints of Radical Red #F52570

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.39%

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

R = 62.18%
G = 9.39%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F52570 (or 0xF52570) is known color: Radical Red. HEX triplet: F5, 25 and 70. RGB value is (245,37,112). Sum of RGB (Red+Green+Blue) = 245+37+112=394 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.18% from 394); Green value is 37 (14.84% from 255 or 9.39% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 245 - color contains mainly: red. Hex color #F52570 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52570 is #0ADA8F. Grayscale: #6B6B6B. Windows color (decimal): -711312 or 7349749. OLE color: 7349749.

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

Color convert

RGB 245 37 112 -
CMYK 0 0.85 0.54 0.04
HSL 338.37º 0.91% 0.55% -
HSV(B) 338.37º 0.85% 0.96% -
XYZ 41.24 21.91 17.38 -
YUV 107.74 130.41 225.9 -
System Red Green Blue C M Y K H S L
Decimal 245 37 112 0 0.85 0.54 0.04 338.37 0.91 0.55
Hex F5 25 70 0 55 36 4 152 5B 37
Octal 365 45 160 0 125 66 4 522 133 67
Binary 11110101 100101 1110000 0 1010101 110110 100 101010010 1011011 110111

Color Harmonies of #F52570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52570

Black with #F52570

Text Example


Text Example

White with #F52570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52570; }

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

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

background-color css

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

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

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

border-color css

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

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

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