Html Css Color HEX #F73154 Radical Red

📋 copy color: '#F73154'

red 247 ◦ green 49 ◦ blue 84

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

Shades of Radical Red #F73154

Tints of Radical Red #F73154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.11%

R = 65%
G = 12.89%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F73154 (or 0xF73154) is known color: Radical Red. HEX triplet: F7, 31 and 54. RGB value is (247,49,84). Sum of RGB (Red+Green+Blue) = 247+49+84=380 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65% from 380); Green value is 49 (19.53% from 255 or 12.89% from 380); Blue value is 84 (33.20% from 255 or 22.11% from 380); Max value from RGB is 247 - color contains mainly: red. Hex color #F73154 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73154 is #08CEAB. Grayscale: #707070. Windows color (decimal): -577196 or 5517815. OLE color: 5517815.

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

Color convert

RGB 247 49 84 -
CMYK 0 0.80 0.66 0.03
HSL 349.39º 0.93% 0.58% -
HSV(B) 349.39º 0.8% 0.97% -
XYZ 41.06 22.61 10.59 -
YUV 112.19 112.1 224.15 -
System Red Green Blue C M Y K H S L
Decimal 247 49 84 0 0.80 0.66 0.03 349.39 0.93 0.58
Hex F7 31 54 0 50 42 3 15D 5D 3A
Octal 367 61 124 0 120 102 3 535 135 72
Binary 11110111 110001 1010100 0 1010000 1000010 11 101011101 1011101 111010

Color Harmonies of #F73154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73154

Black with #F73154

Text Example


Text Example

White with #F73154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73154; }

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

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

background-color css

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

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

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

border-color css

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

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

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