Html Css Color HEX #F10142 Torch Red

📋 copy color: '#F10142'

red 241 ◦ green 1 ◦ blue 66

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

Shades of Torch Red #F10142

Tints of Torch Red #F10142

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 78.25%
G = 0.32%
B = 21.43%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F10142 (or 0xF10142) is known color: Torch Red. HEX triplet: F1, 01 and 42. RGB value is (241,1,66). Sum of RGB (Red+Green+Blue) = 241+1+66=308 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.25% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 241 - color contains mainly: red. Hex color #F10142 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10142 is #0EFEBD. Grayscale: #505050. Windows color (decimal): -982718 or 4325873. OLE color: 4325873.

HSL color Cylindrical-coordinate representation of color #F10142: hue angle of 343.75º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F10142 is Cyan = 0, Magento = 1.00, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 1 66 -
CMYK 0 1.00 0.73 0.05
HSL 343.75º 0.99% 0.47% -
HSV(B) 343.75º 1% 0.95% -
XYZ 37.27 19.12 6.88 -
YUV 80.17 120.01 242.71 -
System Red Green Blue C M Y K H S L
Decimal 241 1 66 0 1.00 0.73 0.05 343.75 0.99 0.47
Hex F1 1 42 0 64 49 5 158 63 2F
Octal 361 1 102 0 144 111 5 530 143 57
Binary 11110001 1 1000010 0 1100100 1001001 101 101011000 1100011 101111

Color Harmonies of #F10142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10142

Black with #F10142

Text Example


Text Example

White with #F10142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10142; }

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

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

background-color css

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

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

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

border-color css

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

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

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