Html Css Color HEX #F9203B Torch Red

📋 copy color: '#F9203B'

red 249 ◦ green 32 ◦ blue 59

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

Shades of Torch Red #F9203B

Tints of Torch Red #F9203B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.41%

 BLUE value IS 59 (23.44% from 255) = 17.35%

R = 73.24%
G = 9.41%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#F9203B (or 0xF9203B) is known color: Torch Red. HEX triplet: F9, 20 and 3B. RGB value is (249,32,59). Sum of RGB (Red+Green+Blue) = 249+32+59=340 (45% of max value = 765). Red value is 249 (97.66% from 255 or 73.24% from 340); Green value is 32 (12.89% from 255 or 9.41% from 340); Blue value is 59 (23.44% from 255 or 17.35% from 340); Max value from RGB is 249 - color contains mainly: red. Hex color #F9203B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9203B is #06DFC4. Grayscale: #646464. Windows color (decimal): -450501 or 3875065. OLE color: 3875065.

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

Color convert

RGB 249 32 59 -
CMYK 0 0.87 0.76 0.02
HSL 352.53º 0.95% 0.55% -
HSV(B) 352.53º 0.87% 0.98% -
XYZ 40.37 21.49 6.16 -
YUV 99.96 104.89 234.3 -
System Red Green Blue C M Y K H S L
Decimal 249 32 59 0 0.87 0.76 0.02 352.53 0.95 0.55
Hex F9 20 3B 0 57 4C 2 161 5F 37
Octal 371 40 73 0 127 114 2 541 137 67
Binary 11111001 100000 111011 0 1010111 1001100 10 101100001 1011111 110111

Color Harmonies of #F9203B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9203B

Black with #F9203B

Text Example


Text Example

White with #F9203B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9203B; }

 p { color: rgb(249,32,59); }

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

background-color css

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

 a { background-color: rgb(249,32,59); }

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

border-color css

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

 span { border-color: rgb(249,32,59); }

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