Html Css Color HEX #F9315F Radical Red

📋 copy color: '#F9315F'

red 249 ◦ green 49 ◦ blue 95

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

Shades of Radical Red #F9315F

Tints of Radical Red #F9315F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.17%

R = 63.36%
G = 12.47%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#F9315F (or 0xF9315F) is known color: Radical Red. HEX triplet: F9, 31 and 5F. RGB value is (249,49,95). Sum of RGB (Red+Green+Blue) = 249+49+95=393 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.36% from 393); Green value is 49 (19.53% from 255 or 12.47% from 393); Blue value is 95 (37.5% from 255 or 24.17% from 393); Max value from RGB is 249 - color contains mainly: red. Hex color #F9315F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9315F is #06CEA0. Grayscale: #727272. Windows color (decimal): -446113 or 6238713. OLE color: 6238713.

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

Color convert

RGB 249 49 95 -
CMYK 0 0.80 0.62 0.02
HSL 346.2º 0.94% 0.58% -
HSV(B) 346.2º 0.8% 0.98% -
XYZ 42.23 23.16 13.07 -
YUV 114.04 117.26 224.26 -
System Red Green Blue C M Y K H S L
Decimal 249 49 95 0 0.80 0.62 0.02 346.2 0.94 0.58
Hex F9 31 5F 0 50 3E 2 15A 5E 3A
Octal 371 61 137 0 120 76 2 532 136 72
Binary 11111001 110001 1011111 0 1010000 111110 10 101011010 1011110 111010

Color Harmonies of #F9315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9315F

Black with #F9315F

Text Example


Text Example

White with #F9315F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9315F; }

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

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

background-color css

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

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

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

border-color css

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

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

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