Html Css Color HEX #F00246 Torch Red

📋 copy color: '#F00246'

red 240 ◦ green 2 ◦ blue 70

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

Shades of Torch Red #F00246

Tints of Torch Red #F00246

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

 BLUE value IS 70 (27.73% from 255) = 22.44%

R = 76.92%
G = 0.64%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F00246 (or 0xF00246) is known color: Torch Red. HEX triplet: F0, 02 and 46. RGB value is (240,2,70). Sum of RGB (Red+Green+Blue) = 240+2+70=312 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.92% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 240 - color contains mainly: red. Hex color #F00246 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00246 is #0FFDB9. Grayscale: #505050. Windows color (decimal): -1047994 or 4588272. OLE color: 4588272.

HSL color Cylindrical-coordinate representation of color #F00246: hue angle of 342.86º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F00246 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 2 70 -
CMYK 0 0.99 0.71 0.06
HSL 342.86º 0.98% 0.47% -
HSV(B) 342.86º 0.99% 0.94% -
XYZ 37.06 19.01 7.51 -
YUV 80.91 121.85 241.47 -
System Red Green Blue C M Y K H S L
Decimal 240 2 70 0 0.99 0.71 0.06 342.86 0.98 0.47
Hex F0 2 46 0 63 47 6 157 62 2F
Octal 360 2 106 0 143 107 6 527 142 57
Binary 11110000 10 1000110 0 1100011 1000111 110 101010111 1100010 101111

Color Harmonies of #F00246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00246

Black with #F00246

Text Example


Text Example

White with #F00246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00246; }

 p { color: rgb(240,2,70); }

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

background-color css

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

 a { background-color: rgb(240,2,70); }

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

border-color css

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

 span { border-color: rgb(240,2,70); }

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