Html Css Color HEX #F73051 Radical Red

📋 copy color: '#F73051'

red 247 ◦ green 48 ◦ blue 81

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

Shades of Radical Red #F73051

Tints of Radical Red #F73051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.54%

R = 65.69%
G = 12.77%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F73051 (or 0xF73051) is known color: Radical Red. HEX triplet: F7, 30 and 51. RGB value is (247,48,81). Sum of RGB (Red+Green+Blue) = 247+48+81=376 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.69% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 247 - color contains mainly: red. Hex color #F73051 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73051 is #08CFAE. Grayscale: #6F6F6F. Windows color (decimal): -577455 or 5320951. OLE color: 5320951.

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

Color convert

RGB 247 48 81 -
CMYK 0 0.81 0.67 0.03
HSL 350.05º 0.93% 0.58% -
HSV(B) 350.05º 0.81% 0.97% -
XYZ 40.9 22.48 9.97 -
YUV 111.26 110.93 224.82 -
System Red Green Blue C M Y K H S L
Decimal 247 48 81 0 0.81 0.67 0.03 350.05 0.93 0.58
Hex F7 30 51 0 51 43 3 15E 5D 3A
Octal 367 60 121 0 121 103 3 536 135 72
Binary 11110111 110000 1010001 0 1010001 1000011 11 101011110 1011101 111010

Color Harmonies of #F73051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73051

Black with #F73051

Text Example


Text Example

White with #F73051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73051; }

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

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

background-color css

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

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

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

border-color css

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

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

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