Html Css Color HEX #F73152 Radical Red

📋 copy color: '#F73152'

red 247 ◦ green 49 ◦ blue 82

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

Shades of Radical Red #F73152

Tints of Radical Red #F73152

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.96%

 BLUE value IS 82 (32.42% from 255) = 21.69%

R = 65.34%
G = 12.96%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F73152 (or 0xF73152) is known color: Radical Red. HEX triplet: F7, 31 and 52. RGB value is (247,49,82). Sum of RGB (Red+Green+Blue) = 247+49+82=378 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65.34% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 247 - color contains mainly: red. Hex color #F73152 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73152 is #08CEAD. Grayscale: #707070. Windows color (decimal): -577198 or 5386743. OLE color: 5386743.

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

Color convert

RGB 247 49 82 -
CMYK 0 0.80 0.67 0.03
HSL 350º 0.93% 0.58% -
HSV(B) 350º 0.8% 0.97% -
XYZ 40.98 22.58 10.18 -
YUV 111.96 111.1 224.32 -
System Red Green Blue C M Y K H S L
Decimal 247 49 82 0 0.80 0.67 0.03 350 0.93 0.58
Hex F7 31 52 0 50 43 3 15E 5D 3A
Octal 367 61 122 0 120 103 3 536 135 72
Binary 11110111 110001 1010010 0 1010000 1000011 11 101011110 1011101 111010

Color Harmonies of #F73152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73152

Black with #F73152

Text Example


Text Example

White with #F73152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73152; }

 p { color: rgb(247,49,82); }

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

background-color css

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

 a { background-color: rgb(247,49,82); }

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

border-color css

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

 span { border-color: rgb(247,49,82); }

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