Html Css Color HEX #F72C72 Radical Red

📋 copy color: '#F72C72'

red 247 ◦ green 44 ◦ blue 114

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

Shades of Radical Red #F72C72

Tints of Radical Red #F72C72

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.86%

 BLUE value IS 114 (44.92% from 255) = 28.15%

R = 60.99%
G = 10.86%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F72C72 (or 0xF72C72) is known color: Radical Red. HEX triplet: F7, 2C and 72. RGB value is (247,44,114). Sum of RGB (Red+Green+Blue) = 247+44+114=405 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.99% from 405); Green value is 44 (17.58% from 255 or 10.86% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 247 - color contains mainly: red. Hex color #F72C72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72C72 is #08D38D. Grayscale: #707070. Windows color (decimal): -578446 or 7482615. OLE color: 7482615.

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

Color convert

RGB 247 44 114 -
CMYK 0 0.82 0.54 0.03
HSL 339.31º 0.93% 0.57% -
HSV(B) 339.31º 0.82% 0.97% -
XYZ 42.3 22.79 18.09 -
YUV 112.68 128.75 223.81 -
System Red Green Blue C M Y K H S L
Decimal 247 44 114 0 0.82 0.54 0.03 339.31 0.93 0.57
Hex F7 2C 72 0 52 36 3 153 5D 39
Octal 367 54 162 0 122 66 3 523 135 71
Binary 11110111 101100 1110010 0 1010010 110110 11 101010011 1011101 111001

Color Harmonies of #F72C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72C72

Black with #F72C72

Text Example


Text Example

White with #F72C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72C72; }

 p { color: rgb(247,44,114); }

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

background-color css

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

 a { background-color: rgb(247,44,114); }

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

border-color css

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

 span { border-color: rgb(247,44,114); }

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