Html Css Color HEX #F72D58 Radical Red

📋 copy color: '#F72D58'

red 247 ◦ green 45 ◦ blue 88

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

Shades of Radical Red #F72D58

Tints of Radical Red #F72D58

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.84%

 BLUE value IS 88 (34.77% from 255) = 23.16%

R = 65%
G = 11.84%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F72D58 (or 0xF72D58) is known color: Radical Red. HEX triplet: F7, 2D and 58. RGB value is (247,45,88). Sum of RGB (Red+Green+Blue) = 247+45+88=380 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65% from 380); Green value is 45 (17.97% from 255 or 11.84% from 380); Blue value is 88 (34.77% from 255 or 23.16% from 380); Max value from RGB is 247 - color contains mainly: red. Hex color #F72D58 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72D58 is #08D2A7. Grayscale: #6E6E6E. Windows color (decimal): -578216 or 5778935. OLE color: 5778935.

HSL color Cylindrical-coordinate representation of color #F72D58: hue angle of 347.23º 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 #F72D58 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 45 88 -
CMYK 0 0.82 0.64 0.03
HSL 347.23º 0.93% 0.57% -
HSV(B) 347.23º 0.82% 0.97% -
XYZ 41.06 22.36 11.38 -
YUV 110.3 115.42 225.5 -
System Red Green Blue C M Y K H S L
Decimal 247 45 88 0 0.82 0.64 0.03 347.23 0.93 0.57
Hex F7 2D 58 0 52 40 3 15B 5D 39
Octal 367 55 130 0 122 100 3 533 135 71
Binary 11110111 101101 1011000 0 1010010 1000000 11 101011011 1011101 111001

Color Harmonies of #F72D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72D58

Black with #F72D58

Text Example


Text Example

White with #F72D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72D58; }

 p { color: rgb(247,45,88); }

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

background-color css

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

 a { background-color: rgb(247,45,88); }

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

border-color css

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

 span { border-color: rgb(247,45,88); }

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