Html Css Color HEX #F73064 Radical Red

📋 copy color: '#F73064'

red 247 ◦ green 48 ◦ blue 100

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

Shades of Radical Red #F73064

Tints of Radical Red #F73064

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.15%

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

R = 62.53%
G = 12.15%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F73064 (or 0xF73064) is known color: Radical Red. HEX triplet: F7, 30 and 64. RGB value is (247,48,100). Sum of RGB (Red+Green+Blue) = 247+48+100=395 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.53% from 395); Green value is 48 (19.14% from 255 or 12.15% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 247 - color contains mainly: red. Hex color #F73064 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73064 is #08CF9B. Grayscale: #717171. Windows color (decimal): -577436 or 6566135. OLE color: 6566135.

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

Color convert

RGB 247 48 100 -
CMYK 0 0.81 0.60 0.03
HSL 344.32º 0.93% 0.58% -
HSV(B) 344.32º 0.81% 0.97% -
XYZ 41.71 22.81 14.26 -
YUV 113.43 120.43 223.27 -
System Red Green Blue C M Y K H S L
Decimal 247 48 100 0 0.81 0.60 0.03 344.32 0.93 0.58
Hex F7 30 64 0 51 3C 3 158 5D 3A
Octal 367 60 144 0 121 74 3 530 135 72
Binary 11110111 110000 1100100 0 1010001 111100 11 101011000 1011101 111010

Color Harmonies of #F73064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73064

Black with #F73064

Text Example


Text Example

White with #F73064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73064; }

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

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

background-color css

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

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

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

border-color css

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

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

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