Html Css Color HEX #F72564 Radical Red

📋 copy color: '#F72564'

red 247 ◦ green 37 ◦ blue 100

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

Shades of Radical Red #F72564

Tints of Radical Red #F72564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.04%

R = 64.32%
G = 9.64%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F72564 (or 0xF72564) is known color: Radical Red. HEX triplet: F7, 25 and 64. RGB value is (247,37,100). Sum of RGB (Red+Green+Blue) = 247+37+100=384 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.32% from 384); Green value is 37 (14.84% from 255 or 9.64% from 384); Blue value is 100 (39.45% from 255 or 26.04% from 384); Max value from RGB is 247 - color contains mainly: red. Hex color #F72564 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72564 is #08DA9B. Grayscale: #6A6A6A. Windows color (decimal): -580252 or 6563319. OLE color: 6563319.

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

Color convert

RGB 247 37 100 -
CMYK 0 0.85 0.60 0.03
HSL 342º 0.93% 0.56% -
HSV(B) 342º 0.85% 0.97% -
XYZ 41.32 22.02 14.13 -
YUV 106.97 124.07 227.88 -
System Red Green Blue C M Y K H S L
Decimal 247 37 100 0 0.85 0.60 0.03 342 0.93 0.56
Hex F7 25 64 0 55 3C 3 156 5D 38
Octal 367 45 144 0 125 74 3 526 135 70
Binary 11110111 100101 1100100 0 1010101 111100 11 101010110 1011101 111000

Color Harmonies of #F72564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72564

Black with #F72564

Text Example


Text Example

White with #F72564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72564; }

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

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

background-color css

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

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

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

border-color css

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

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

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