Html Css Color HEX #F10447 Torch Red

📋 copy color: '#F10447'

red 241 ◦ green 4 ◦ blue 71

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

Shades of Torch Red #F10447

Tints of Torch Red #F10447

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.27%

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

R = 76.27%
G = 1.27%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F10447 (or 0xF10447) is known color: Torch Red. HEX triplet: F1, 04 and 47. RGB value is (241,4,71). Sum of RGB (Red+Green+Blue) = 241+4+71=316 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.27% from 316); Green value is 4 (1.95% from 255 or 1.27% from 316); Blue value is 71 (28.12% from 255 or 22.47% from 316); Max value from RGB is 241 - color contains mainly: red. Hex color #F10447 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10447 is #0EFBB8. Grayscale: #525252. Windows color (decimal): -981945 or 4654321. OLE color: 4654321.

HSL color Cylindrical-coordinate representation of color #F10447: hue angle of 343.04º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F10447 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 4 71 -
CMYK 0 0.98 0.71 0.05
HSL 343.04º 0.97% 0.48% -
HSV(B) 343.04º 0.98% 0.95% -
XYZ 37.46 19.24 7.7 -
YUV 82.5 121.52 241.05 -
System Red Green Blue C M Y K H S L
Decimal 241 4 71 0 0.98 0.71 0.05 343.04 0.97 0.48
Hex F1 4 47 0 62 47 5 157 61 30
Octal 361 4 107 0 142 107 5 527 141 60
Binary 11110001 100 1000111 0 1100010 1000111 101 101010111 1100001 110000

Color Harmonies of #F10447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10447

Black with #F10447

Text Example


Text Example

White with #F10447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10447; }

 p { color: rgb(241,4,71); }

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

background-color css

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

 a { background-color: rgb(241,4,71); }

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

border-color css

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

 span { border-color: rgb(241,4,71); }

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