Html Css Color HEX #F73059 Radical Red

📋 copy color: '#F73059'

red 247 ◦ green 48 ◦ blue 89

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

Shades of Radical Red #F73059

Tints of Radical Red #F73059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 23.18%

R = 64.32%
G = 12.5%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F73059 (or 0xF73059) is known color: Radical Red. HEX triplet: F7, 30 and 59. RGB value is (247,48,89). Sum of RGB (Red+Green+Blue) = 247+48+89=384 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.32% from 384); Green value is 48 (19.14% from 255 or 12.5% from 384); Blue value is 89 (35.16% from 255 or 23.18% from 384); Max value from RGB is 247 - color contains mainly: red. Hex color #F73059 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73059 is #08CFA6. Grayscale: #707070. Windows color (decimal): -577447 or 5845239. OLE color: 5845239.

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

Color convert

RGB 247 48 89 -
CMYK 0 0.81 0.64 0.03
HSL 347.64º 0.93% 0.58% -
HSV(B) 347.64º 0.81% 0.97% -
XYZ 41.22 22.61 11.64 -
YUV 112.18 114.93 224.17 -
System Red Green Blue C M Y K H S L
Decimal 247 48 89 0 0.81 0.64 0.03 347.64 0.93 0.58
Hex F7 30 59 0 51 40 3 15C 5D 3A
Octal 367 60 131 0 121 100 3 534 135 72
Binary 11110111 110000 1011001 0 1010001 1000000 11 101011100 1011101 111010

Color Harmonies of #F73059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73059

Black with #F73059

Text Example


Text Example

White with #F73059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73059; }

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

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

background-color css

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

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

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

border-color css

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

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

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