Html Css Color HEX #F7315D Radical Red

📋 copy color: '#F7315D'

red 247 ◦ green 49 ◦ blue 93

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

Shades of Radical Red #F7315D

Tints of Radical Red #F7315D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.91%

R = 63.5%
G = 12.6%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F7315D (or 0xF7315D) is known color: Radical Red. HEX triplet: F7, 31 and 5D. RGB value is (247,49,93). Sum of RGB (Red+Green+Blue) = 247+49+93=389 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.50% from 389); Green value is 49 (19.53% from 255 or 12.60% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 247 - color contains mainly: red. Hex color #F7315D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7315D is #08CEA2. Grayscale: #717171. Windows color (decimal): -577187 or 6107639. OLE color: 6107639.

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

Color convert

RGB 247 49 93 -
CMYK 0 0.80 0.62 0.03
HSL 346.67º 0.93% 0.58% -
HSV(B) 346.67º 0.8% 0.97% -
XYZ 41.43 22.76 12.57 -
YUV 113.22 116.6 223.42 -
System Red Green Blue C M Y K H S L
Decimal 247 49 93 0 0.80 0.62 0.03 346.67 0.93 0.58
Hex F7 31 5D 0 50 3E 3 15B 5D 3A
Octal 367 61 135 0 120 76 3 533 135 72
Binary 11110111 110001 1011101 0 1010000 111110 11 101011011 1011101 111010

Color Harmonies of #F7315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7315D

Black with #F7315D

Text Example


Text Example

White with #F7315D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7315D; }

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

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

background-color css

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

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

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

border-color css

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

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

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