Html Css Color HEX #F10F42 Torch Red

📋 copy color: '#F10F42'

red 241 ◦ green 15 ◦ blue 66

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

Shades of Torch Red #F10F42

Tints of Torch Red #F10F42

RGB

 RED value IS 241 (94.53% from 255) = 74.84%

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

 BLUE value IS 66 (26.17% from 255) = 20.5%

R = 74.84%
G = 4.66%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F10F42 (or 0xF10F42) is known color: Torch Red. HEX triplet: F1, 0F and 42. RGB value is (241,15,66). Sum of RGB (Red+Green+Blue) = 241+15+66=322 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.84% from 322); Green value is 15 (6.25% from 255 or 4.66% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 241 - color contains mainly: red. Hex color #F10F42 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10F42 is #0EF0BD. Grayscale: #585858. Windows color (decimal): -979134 or 4329457. OLE color: 4329457.

HSL color Cylindrical-coordinate representation of color #F10F42: hue angle of 346.46º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10F42 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 15 66 -
CMYK 0 0.94 0.73 0.05
HSL 346.46º 0.89% 0.5% -
HSV(B) 346.46º 0.94% 0.95% -
XYZ 37.43 19.44 6.93 -
YUV 88.39 115.37 236.85 -
System Red Green Blue C M Y K H S L
Decimal 241 15 66 0 0.94 0.73 0.05 346.46 0.89 0.5
Hex F1 F 42 0 5E 49 5 15A 59 32
Octal 361 17 102 0 136 111 5 532 131 62
Binary 11110001 1111 1000010 0 1011110 1001001 101 101011010 1011001 110010

Color Harmonies of #F10F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10F42

Black with #F10F42

Text Example


Text Example

White with #F10F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10F42; }

 p { color: rgb(241,15,66); }

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

background-color css

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

 a { background-color: rgb(241,15,66); }

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

border-color css

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

 span { border-color: rgb(241,15,66); }

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