Html Css Color HEX #F72970 Radical Red

📋 copy color: '#F72970'

red 247 ◦ green 41 ◦ blue 112

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

Shades of Radical Red #F72970

Tints of Radical Red #F72970

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.25%

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

R = 61.75%
G = 10.25%
B = 28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F72970 (or 0xF72970) is known color: Radical Red. HEX triplet: F7, 29 and 70. RGB value is (247,41,112). Sum of RGB (Red+Green+Blue) = 247+41+112=400 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.75% from 400); Green value is 41 (16.41% from 255 or 10.25% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 247 - color contains mainly: red. Hex color #F72970 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72970 is #08D68F. Grayscale: #6E6E6E. Windows color (decimal): -579216 or 7350775. OLE color: 7350775.

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

Color convert

RGB 247 41 112 -
CMYK 0 0.83 0.55 0.03
HSL 339.32º 0.93% 0.56% -
HSV(B) 339.32º 0.83% 0.97% -
XYZ 42.08 22.53 17.46 -
YUV 110.69 128.75 225.23 -
System Red Green Blue C M Y K H S L
Decimal 247 41 112 0 0.83 0.55 0.03 339.32 0.93 0.56
Hex F7 29 70 0 53 37 3 153 5D 38
Octal 367 51 160 0 123 67 3 523 135 70
Binary 11110111 101001 1110000 0 1010011 110111 11 101010011 1011101 111000

Color Harmonies of #F72970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72970

Black with #F72970

Text Example


Text Example

White with #F72970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72970; }

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

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

background-color css

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

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

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

border-color css

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

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

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