Html Css Color HEX #F9315D Radical Red

📋 copy color: '#F9315D'

red 249 ◦ green 49 ◦ blue 93

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

Shades of Radical Red #F9315D

Tints of Radical Red #F9315D

RGB

 RED value IS 249 (97.66% from 255) = 63.68%

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

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

R = 63.68%
G = 12.53%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#F9315D (or 0xF9315D) is known color: Radical Red. HEX triplet: F9, 31 and 5D. RGB value is (249,49,93). Sum of RGB (Red+Green+Blue) = 249+49+93=391 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.68% from 391); Green value is 49 (19.53% from 255 or 12.53% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 249 - color contains mainly: red. Hex color #F9315D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9315D is #06CEA2. Grayscale: #717171. Windows color (decimal): -446115 or 6107641. OLE color: 6107641.

HSL color Cylindrical-coordinate representation of color #F9315D: hue angle of 346.8º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F9315D is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 49 93 -
CMYK 0 0.80 0.63 0.02
HSL 346.8º 0.94% 0.58% -
HSV(B) 346.8º 0.8% 0.98% -
XYZ 42.14 23.13 12.6 -
YUV 113.82 116.26 224.42 -
System Red Green Blue C M Y K H S L
Decimal 249 49 93 0 0.80 0.63 0.02 346.8 0.94 0.58
Hex F9 31 5D 0 50 3F 2 15B 5E 3A
Octal 371 61 135 0 120 77 2 533 136 72
Binary 11111001 110001 1011101 0 1010000 111111 10 101011011 1011110 111010

Color Harmonies of #F9315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9315D

Black with #F9315D

Text Example


Text Example

White with #F9315D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9315D; }

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

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

background-color css

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

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

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

border-color css

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

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

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