Html Css Color HEX #F00947 Torch Red

📋 copy color: '#F00947'

red 240 ◦ green 9 ◦ blue 71

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

Shades of Torch Red #F00947

Tints of Torch Red #F00947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.19%

R = 75%
G = 2.81%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#F00947 (or 0xF00947) is known color: Torch Red. HEX triplet: F0, 09 and 47. RGB value is (240,9,71). Sum of RGB (Red+Green+Blue) = 240+9+71=320 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75% from 320); Green value is 9 (3.91% from 255 or 2.81% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 240 - color contains mainly: red. Hex color #F00947 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00947 is #0FF6B8. Grayscale: #555555. Windows color (decimal): -1046201 or 4655600. OLE color: 4655600.

HSL color Cylindrical-coordinate representation of color #F00947: hue angle of 343.9º 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 #F00947 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 9 71 -
CMYK 0 0.96 0.70 0.06
HSL 343.9º 0.93% 0.49% -
HSV(B) 343.9º 0.96% 0.94% -
XYZ 37.17 19.18 7.7 -
YUV 85.14 120.03 238.46 -
System Red Green Blue C M Y K H S L
Decimal 240 9 71 0 0.96 0.70 0.06 343.9 0.93 0.49
Hex F0 9 47 0 60 46 6 158 5D 31
Octal 360 11 107 0 140 106 6 530 135 61
Binary 11110000 1001 1000111 0 1100000 1000110 110 101011000 1011101 110001

Color Harmonies of #F00947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00947

Black with #F00947

Text Example


Text Example

White with #F00947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00947; }

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

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

background-color css

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

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

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

border-color css

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

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

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