Html Css Color HEX #F7316A Radical Red

📋 copy color: '#F7316A'

red 247 ◦ green 49 ◦ blue 106

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

Shades of Radical Red #F7316A

Tints of Radical Red #F7316A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.37%

R = 61.44%
G = 12.19%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F7316A (or 0xF7316A) is known color: Radical Red. HEX triplet: F7, 31 and 6A. RGB value is (247,49,106). Sum of RGB (Red+Green+Blue) = 247+49+106=402 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.44% from 402); Green value is 49 (19.53% from 255 or 12.19% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 247 - color contains mainly: red. Hex color #F7316A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7316A is #08CE95. Grayscale: #727272. Windows color (decimal): -577174 or 6959607. OLE color: 6959607.

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

Color convert

RGB 247 49 106 -
CMYK 0 0.80 0.57 0.03
HSL 342.73º 0.93% 0.58% -
HSV(B) 342.73º 0.8% 0.97% -
XYZ 42.06 23.01 15.86 -
YUV 114.7 123.1 222.37 -
System Red Green Blue C M Y K H S L
Decimal 247 49 106 0 0.80 0.57 0.03 342.73 0.93 0.58
Hex F7 31 6A 0 50 39 3 157 5D 3A
Octal 367 61 152 0 120 71 3 527 135 72
Binary 11110111 110001 1101010 0 1010000 111001 11 101010111 1011101 111010

Color Harmonies of #F7316A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7316A

Black with #F7316A

Text Example


Text Example

White with #F7316A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7316A; }

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

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

background-color css

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

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

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

border-color css

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

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

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