Html Css Color HEX #F9315A Radical Red

📋 copy color: '#F9315A'

red 249 ◦ green 49 ◦ blue 90

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

Shades of Radical Red #F9315A

Tints of Radical Red #F9315A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.2%

R = 64.18%
G = 12.63%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#F9315A (or 0xF9315A) is known color: Radical Red. HEX triplet: F9, 31 and 5A. RGB value is (249,49,90). Sum of RGB (Red+Green+Blue) = 249+49+90=388 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.18% from 388); Green value is 49 (19.53% from 255 or 12.63% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 249 - color contains mainly: red. Hex color #F9315A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9315A is #06CEA5. Grayscale: #717171. Windows color (decimal): -446118 or 5911033. OLE color: 5911033.

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

Color convert

RGB 249 49 90 -
CMYK 0 0.80 0.64 0.02
HSL 347.7º 0.94% 0.58% -
HSV(B) 347.7º 0.8% 0.98% -
XYZ 42.01 23.07 11.91 -
YUV 113.47 114.76 224.67 -
System Red Green Blue C M Y K H S L
Decimal 249 49 90 0 0.80 0.64 0.02 347.7 0.94 0.58
Hex F9 31 5A 0 50 40 2 15C 5E 3A
Octal 371 61 132 0 120 100 2 534 136 72
Binary 11111001 110001 1011010 0 1010000 1000000 10 101011100 1011110 111010

Color Harmonies of #F9315A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9315A

Black with #F9315A

Text Example


Text Example

White with #F9315A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9315A; }

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

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

background-color css

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

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

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

border-color css

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

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

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