Html Css Color HEX #FF1247 Torch Red

📋 copy color: '#FF1247'

red 255 ◦ green 18 ◦ blue 71

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

Shades of Torch Red #FF1247

Tints of Torch Red #FF1247

RGB

 RED value IS 255 (100% from 255) = 74.13%

 GREEN value IS 18 (7.42% from 255) = 5.23%

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

R = 74.13%
G = 5.23%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#FF1247 (or 0xFF1247) is known color: Torch Red. HEX triplet: FF, 12 and 47. RGB value is (255,18,71). Sum of RGB (Red+Green+Blue) = 255+18+71=344 (45% of max value = 765). Red value is 255 (100% from 255 or 74.13% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 71 (28.12% from 255 or 20.64% from 344); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1247 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1247 is #00EDB8. Grayscale: #5E5E5E. Windows color (decimal): -60857 or 4657919. OLE color: 4657919.

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

Color convert

RGB 255 18 71 -
CMYK 0 0.93 0.72 0
HSL 346.58º 1% 0.54% -
HSV(B) 346.58º 0.93% 1% -
XYZ 42.59 22.15 7.99 -
YUV 94.91 114.52 242.19 -
System Red Green Blue C M Y K H S L
Decimal 255 18 71 0 0.93 0.72 0 346.58 1 0.54
Hex FF 12 47 0 5D 48 0 15B 64 36
Octal 377 22 107 0 135 110 0 533 144 66
Binary 11111111 10010 1000111 0 1011101 1001000 0 101011011 1100100 110110

Color Harmonies of #FF1247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1247

Black with #FF1247

Text Example


Text Example

White with #FF1247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1247; }

 p { color: rgb(255,18,71); }

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

background-color css

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

 a { background-color: rgb(255,18,71); }

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

border-color css

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

 span { border-color: rgb(255,18,71); }

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