Html Css Color HEX #F72574 Radical Red

📋 copy color: '#F72574'

red 247 ◦ green 37 ◦ blue 116

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

Shades of Radical Red #F72574

Tints of Radical Red #F72574

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.25%

 BLUE value IS 116 (45.7% from 255) = 29%

R = 61.75%
G = 9.25%
B = 29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F72574 (or 0xF72574) is known color: Radical Red. HEX triplet: F7, 25 and 74. RGB value is (247,37,116). Sum of RGB (Red+Green+Blue) = 247+37+116=400 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.75% from 400); Green value is 37 (14.84% from 255 or 9.25% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 247 - color contains mainly: red. Hex color #F72574 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72574 is #08DA8B. Grayscale: #6C6C6C. Windows color (decimal): -580236 or 7611895. OLE color: 7611895.

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

Color convert

RGB 247 37 116 -
CMYK 0 0.85 0.53 0.03
HSL 337.43º 0.93% 0.56% -
HSV(B) 337.43º 0.85% 0.97% -
XYZ 42.17 22.36 18.62 -
YUV 108.8 132.07 226.58 -
System Red Green Blue C M Y K H S L
Decimal 247 37 116 0 0.85 0.53 0.03 337.43 0.93 0.56
Hex F7 25 74 0 55 35 3 151 5D 38
Octal 367 45 164 0 125 65 3 521 135 70
Binary 11110111 100101 1110100 0 1010101 110101 11 101010001 1011101 111000

Color Harmonies of #F72574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72574

Black with #F72574

Text Example


Text Example

White with #F72574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72574; }

 p { color: rgb(247,37,116); }

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

background-color css

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

 a { background-color: rgb(247,37,116); }

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

border-color css

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

 span { border-color: rgb(247,37,116); }

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