Html Css Color HEX #F0093F Torch Red

📋 copy color: '#F0093F'

red 240 ◦ green 9 ◦ blue 63

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

Shades of Torch Red #F0093F

Tints of Torch Red #F0093F

RGB

 RED value IS 240 (94.14% from 255) = 76.92%

 GREEN value IS 9 (3.91% from 255) = 2.88%

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

R = 76.92%
G = 2.88%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F0093F (or 0xF0093F) is known color: Torch Red. HEX triplet: F0, 09 and 3F. RGB value is (240,9,63). Sum of RGB (Red+Green+Blue) = 240+9+63=312 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.92% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 240 - color contains mainly: red. Hex color #F0093F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0093F is #0FF6C0. Grayscale: #545454. Windows color (decimal): -1046209 or 4131312. OLE color: 4131312.

HSL color Cylindrical-coordinate representation of color #F0093F: hue angle of 345.97º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0093F is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 9 63 -
CMYK 0 0.96 0.74 0.06
HSL 345.97º 0.93% 0.49% -
HSV(B) 345.97º 0.96% 0.94% -
XYZ 36.93 19.08 6.44 -
YUV 84.23 116.03 239.11 -
System Red Green Blue C M Y K H S L
Decimal 240 9 63 0 0.96 0.74 0.06 345.97 0.93 0.49
Hex F0 9 3F 0 60 4A 6 15A 5D 31
Octal 360 11 77 0 140 112 6 532 135 61
Binary 11110000 1001 111111 0 1100000 1001010 110 101011010 1011101 110001

Color Harmonies of #F0093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0093F

Black with #F0093F

Text Example


Text Example

White with #F0093F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0093F; }

 p { color: rgb(240,9,63); }

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

background-color css

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

 a { background-color: rgb(240,9,63); }

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

border-color css

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

 span { border-color: rgb(240,9,63); }

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