Html Css Color HEX #FF1050 Torch Red

📋 copy color: '#FF1050'

red 255 ◦ green 16 ◦ blue 80

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

Shades of Torch Red #FF1050

Tints of Torch Red #FF1050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.79%

R = 72.65%
G = 4.56%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FF1050 (or 0xFF1050) is known color: Torch Red. HEX triplet: FF, 10 and 50. RGB value is (255,16,80). Sum of RGB (Red+Green+Blue) = 255+16+80=351 (46% of max value = 765). Red value is 255 (100% from 255 or 72.65% from 351); Green value is 16 (6.64% from 255 or 4.56% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1050 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1050 is #00EFAF. Grayscale: #5E5E5E. Windows color (decimal): -61360 or 5247231. OLE color: 5247231.

HSL color Cylindrical-coordinate representation of color #FF1050: hue angle of 343.93º 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 #FF1050 is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.

Color convert

RGB 255 16 80 -
CMYK 0 0.94 0.69 0
HSL 343.93º 1% 0.53% -
HSV(B) 343.93º 0.94% 1% -
XYZ 42.87 22.21 9.62 -
YUV 94.76 119.68 242.3 -
System Red Green Blue C M Y K H S L
Decimal 255 16 80 0 0.94 0.69 0 343.93 1 0.53
Hex FF 10 50 0 5E 45 0 158 64 35
Octal 377 20 120 0 136 105 0 530 144 65
Binary 11111111 10000 1010000 0 1011110 1000101 0 101011000 1100100 110101

Color Harmonies of #FF1050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1050

Black with #FF1050

Text Example


Text Example

White with #FF1050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1050; }

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

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

background-color css

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

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

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

border-color css

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

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

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