Html Css Color HEX #F73174 Radical Red

📋 copy color: '#F73174'

red 247 ◦ green 49 ◦ blue 116

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

Shades of Radical Red #F73174

Tints of Radical Red #F73174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.16%

R = 59.95%
G = 11.89%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F73174 (or 0xF73174) is known color: Radical Red. HEX triplet: F7, 31 and 74. RGB value is (247,49,116). Sum of RGB (Red+Green+Blue) = 247+49+116=412 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.95% from 412); Green value is 49 (19.53% from 255 or 11.89% from 412); Blue value is 116 (45.70% from 255 or 28.16% from 412); Max value from RGB is 247 - color contains mainly: red. Hex color #F73174 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73174 is #08CE8B. Grayscale: #737373. Windows color (decimal): -577164 or 7614967. OLE color: 7614967.

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

Color convert

RGB 247 49 116 -
CMYK 0 0.80 0.53 0.03
HSL 339.7º 0.93% 0.58% -
HSV(B) 339.7º 0.8% 0.97% -
XYZ 42.61 23.23 18.76 -
YUV 115.84 128.1 221.55 -
System Red Green Blue C M Y K H S L
Decimal 247 49 116 0 0.80 0.53 0.03 339.7 0.93 0.58
Hex F7 31 74 0 50 35 3 154 5D 3A
Octal 367 61 164 0 120 65 3 524 135 72
Binary 11110111 110001 1110100 0 1010000 110101 11 101010100 1011101 111010

Color Harmonies of #F73174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73174

Black with #F73174

Text Example


Text Example

White with #F73174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73174; }

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

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

background-color css

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

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

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

border-color css

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

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

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