Html Css Color HEX #FF1048 Torch Red

📋 copy color: '#FF1048'

red 255 ◦ green 16 ◦ blue 72

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

Shades of Torch Red #FF1048

Tints of Torch Red #FF1048

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.66%

 BLUE value IS 72 (28.52% from 255) = 20.99%

R = 74.34%
G = 4.66%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#FF1048 (or 0xFF1048) is known color: Torch Red. HEX triplet: FF, 10 and 48. RGB value is (255,16,72). Sum of RGB (Red+Green+Blue) = 255+16+72=343 (45% of max value = 765). Red value is 255 (100% from 255 or 74.34% from 343); Green value is 16 (6.64% from 255 or 4.66% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1048 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1048 is #00EFB7. Grayscale: #5D5D5D. Windows color (decimal): -61368 or 4722943. OLE color: 4722943.

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

Color convert

RGB 255 16 72 -
CMYK 0 0.94 0.72 0
HSL 345.94º 1% 0.53% -
HSV(B) 345.94º 0.94% 1% -
XYZ 42.59 22.1 8.15 -
YUV 93.85 115.68 242.95 -
System Red Green Blue C M Y K H S L
Decimal 255 16 72 0 0.94 0.72 0 345.94 1 0.53
Hex FF 10 48 0 5E 48 0 15A 64 35
Octal 377 20 110 0 136 110 0 532 144 65
Binary 11111111 10000 1001000 0 1011110 1001000 0 101011010 1100100 110101

Color Harmonies of #FF1048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1048

Black with #FF1048

Text Example


Text Example

White with #FF1048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1048; }

 p { color: rgb(255,16,72); }

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

background-color css

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

 a { background-color: rgb(255,16,72); }

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

border-color css

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

 span { border-color: rgb(255,16,72); }

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