Html Css Color HEX #F00F47 Torch Red

📋 copy color: '#F00F47'

red 240 ◦ green 15 ◦ blue 71

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

Shades of Torch Red #F00F47

Tints of Torch Red #F00F47

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.6%

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

R = 73.62%
G = 4.6%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#F00F47 (or 0xF00F47) is known color: Torch Red. HEX triplet: F0, 0F and 47. RGB value is (240,15,71). Sum of RGB (Red+Green+Blue) = 240+15+71=326 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.62% from 326); Green value is 15 (6.25% from 255 or 4.60% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 240 - color contains mainly: red. Hex color #F00F47 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00F47 is #0FF0B8. Grayscale: #585858. Windows color (decimal): -1044665 or 4657136. OLE color: 4657136.

HSL color Cylindrical-coordinate representation of color #F00F47: hue angle of 345.07º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00F47 is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 15 71 -
CMYK 0 0.94 0.70 0.06
HSL 345.07º 0.88% 0.5% -
HSV(B) 345.07º 0.94% 0.94% -
XYZ 37.24 19.32 7.73 -
YUV 88.66 118.04 235.95 -
System Red Green Blue C M Y K H S L
Decimal 240 15 71 0 0.94 0.70 0.06 345.07 0.88 0.5
Hex F0 F 47 0 5E 46 6 159 58 32
Octal 360 17 107 0 136 106 6 531 130 62
Binary 11110000 1111 1000111 0 1011110 1000110 110 101011001 1011000 110010

Color Harmonies of #F00F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00F47

Black with #F00F47

Text Example


Text Example

White with #F00F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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