Html Css Color HEX #F52470 Radical Red

📋 copy color: '#F52470'

red 245 ◦ green 36 ◦ blue 112

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

Shades of Radical Red #F52470

Tints of Radical Red #F52470

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.16%

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

R = 62.34%
G = 9.16%
B = 28.5%

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

#F52470 (or 0xF52470) is known color: Radical Red. HEX triplet: F5, 24 and 70. RGB value is (245,36,112). Sum of RGB (Red+Green+Blue) = 245+36+112=393 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.34% from 393); Green value is 36 (14.45% from 255 or 9.16% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 245 - color contains mainly: red. Hex color #F52470 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52470 is #0ADB8F. Grayscale: #6B6B6B. Windows color (decimal): -711568 or 7349493. OLE color: 7349493.

HSL color Cylindrical-coordinate representation of color #F52470: hue angle of 338.18º 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 #F52470 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 36 112 -
CMYK 0 0.85 0.54 0.04
HSL 338.18º 0.91% 0.55% -
HSV(B) 338.18º 0.85% 0.96% -
XYZ 41.21 21.84 17.37 -
YUV 107.16 130.74 226.32 -
System Red Green Blue C M Y K H S L
Decimal 245 36 112 0 0.85 0.54 0.04 338.18 0.91 0.55
Hex F5 24 70 0 55 36 4 152 5B 37
Octal 365 44 160 0 125 66 4 522 133 67
Binary 11110101 100100 1110000 0 1010101 110110 100 101010010 1011011 110111

Color Harmonies of #F52470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52470

Black with #F52470

Text Example


Text Example

White with #F52470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52470; }

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

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

background-color css

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

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

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

border-color css

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

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

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