Html Css Color HEX #F72070 Radical Red

📋 copy color: '#F72070'

red 247 ◦ green 32 ◦ blue 112

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

Shades of Radical Red #F72070

Tints of Radical Red #F72070

RGB

 RED value IS 247 (96.88% from 255) = 63.17%

 GREEN value IS 32 (12.89% from 255) = 8.18%

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

R = 63.17%
G = 8.18%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F72070 (or 0xF72070) is known color: Radical Red. HEX triplet: F7, 20 and 70. RGB value is (247,32,112). Sum of RGB (Red+Green+Blue) = 247+32+112=391 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.17% from 391); Green value is 32 (12.89% from 255 or 8.18% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 247 - color contains mainly: red. Hex color #F72070 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72070 is #08DF8F. Grayscale: #696969. Windows color (decimal): -581520 or 7348471. OLE color: 7348471.

HSL color Cylindrical-coordinate representation of color #F72070: hue angle of 337.67º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F72070 is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 32 112 -
CMYK 0 0.87 0.55 0.03
HSL 337.67º 0.93% 0.55% -
HSV(B) 337.67º 0.87% 0.97% -
XYZ 41.8 21.98 17.37 -
YUV 105.41 131.73 229 -
System Red Green Blue C M Y K H S L
Decimal 247 32 112 0 0.87 0.55 0.03 337.67 0.93 0.55
Hex F7 20 70 0 57 37 3 152 5D 37
Octal 367 40 160 0 127 67 3 522 135 67
Binary 11110111 100000 1110000 0 1010111 110111 11 101010010 1011101 110111

Color Harmonies of #F72070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72070

Black with #F72070

Text Example


Text Example

White with #F72070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72070; }

 p { color: rgb(247,32,112); }

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

background-color css

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

 a { background-color: rgb(247,32,112); }

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

border-color css

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

 span { border-color: rgb(247,32,112); }

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