Html Css Color HEX #F9103F Torch Red

📋 copy color: '#F9103F'

red 249 ◦ green 16 ◦ blue 63

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

Shades of Torch Red #F9103F

Tints of Torch Red #F9103F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.88%

 BLUE value IS 63 (25% from 255) = 19.21%

R = 75.91%
G = 4.88%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#F9103F (or 0xF9103F) is known color: Torch Red. HEX triplet: F9, 10 and 3F. RGB value is (249,16,63). Sum of RGB (Red+Green+Blue) = 249+16+63=328 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.91% from 328); Green value is 16 (6.64% from 255 or 4.88% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 249 - color contains mainly: red. Hex color #F9103F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9103F is #06EFC0. Grayscale: #5B5B5B. Windows color (decimal): -454593 or 4133113. OLE color: 4133113.

HSL color Cylindrical-coordinate representation of color #F9103F: hue angle of 347.9º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F9103F is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 16 63 -
CMYK 0 0.94 0.75 0.02
HSL 347.9º 0.95% 0.52% -
HSV(B) 347.9º 0.94% 0.98% -
XYZ 40.15 20.87 6.61 -
YUV 91.03 112.19 240.68 -
System Red Green Blue C M Y K H S L
Decimal 249 16 63 0 0.94 0.75 0.02 347.9 0.95 0.52
Hex F9 10 3F 0 5E 4B 2 15C 5F 34
Octal 371 20 77 0 136 113 2 534 137 64
Binary 11111001 10000 111111 0 1011110 1001011 10 101011100 1011111 110100

Color Harmonies of #F9103F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9103F

Black with #F9103F

Text Example


Text Example

White with #F9103F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9103F; }

 p { color: rgb(249,16,63); }

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

background-color css

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

 a { background-color: rgb(249,16,63); }

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

border-color css

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

 span { border-color: rgb(249,16,63); }

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