Html Css Color HEX #F10043 Torch Red

📋 copy color: '#F10043'

red 241 ◦ green 0 ◦ blue 67

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

Shades of Torch Red #F10043

Tints of Torch Red #F10043

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 67 (26.56% from 255) = 21.75%

R = 78.25%
G = 0%
B = 21.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F10043 (or 0xF10043) is known color: Torch Red. HEX triplet: F1, 00 and 43. RGB value is (241,0,67). Sum of RGB (Red+Green+Blue) = 241+0+67=308 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.25% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 241 - color contains mainly: red. Hex color #F10043 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10043 is #0EFFBC. Grayscale: #4F4F4F. Windows color (decimal): -982973 or 4391153. OLE color: 4391153.

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

Color convert

RGB 241 0 67 -
CMYK 0 1 0.72 0.05
HSL 343.32º 1% 0.47% -
HSV(B) 343.32º 1% 0.95% -
XYZ 37.29 19.11 7.03 -
YUV 79.7 120.84 243.05 -
System Red Green Blue C M Y K H S L
Decimal 241 0 67 0 1 0.72 0.05 343.32 1 0.47
Hex F1 0 43 0 64 48 5 157 64 2F
Octal 361 0 103 0 144 110 5 527 144 57
Binary 11110001 0 1000011 0 1100100 1001000 101 101010111 1100100 101111

Color Harmonies of #F10043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10043

Black with #F10043

Text Example


Text Example

White with #F10043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10043; }

 p { color: rgb(241,0,67); }

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

background-color css

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

 a { background-color: rgb(241,0,67); }

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

border-color css

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

 span { border-color: rgb(241,0,67); }

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