Html Css Color HEX #F7316F Radical Red

📋 copy color: '#F7316F'

red 247 ◦ green 49 ◦ blue 111

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

Shades of Radical Red #F7316F

Tints of Radical Red #F7316F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.27%

R = 60.69%
G = 12.04%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F7316F (or 0xF7316F) is known color: Radical Red. HEX triplet: F7, 31 and 6F. RGB value is (247,49,111). Sum of RGB (Red+Green+Blue) = 247+49+111=407 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.69% from 407); Green value is 49 (19.53% from 255 or 12.04% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 247 - color contains mainly: red. Hex color #F7316F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7316F is #08CE90. Grayscale: #737373. Windows color (decimal): -577169 or 7287287. OLE color: 7287287.

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

Color convert

RGB 247 49 111 -
CMYK 0 0.80 0.55 0.03
HSL 341.21º 0.93% 0.58% -
HSV(B) 341.21º 0.8% 0.97% -
XYZ 42.33 23.12 17.27 -
YUV 115.27 125.6 221.96 -
System Red Green Blue C M Y K H S L
Decimal 247 49 111 0 0.80 0.55 0.03 341.21 0.93 0.58
Hex F7 31 6F 0 50 37 3 155 5D 3A
Octal 367 61 157 0 120 67 3 525 135 72
Binary 11110111 110001 1101111 0 1010000 110111 11 101010101 1011101 111010

Color Harmonies of #F7316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7316F

Black with #F7316F

Text Example


Text Example

White with #F7316F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7316F; }

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

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

background-color css

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

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

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

border-color css

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

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

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