Html Css Color HEX #FF0550 Torch Red

📋 copy color: '#FF0550'

red 255 ◦ green 5 ◦ blue 80

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

Shades of Torch Red #FF0550

Tints of Torch Red #FF0550

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.47%

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

R = 75%
G = 1.47%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FF0550 (or 0xFF0550) is known color: Torch Red. HEX triplet: FF, 05 and 50. RGB value is (255,5,80). Sum of RGB (Red+Green+Blue) = 255+5+80=340 (45% of max value = 765). Red value is 255 (100% from 255 or 75% from 340); Green value is 5 (2.34% from 255 or 1.47% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0550 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0550 is #00FAAF. Grayscale: #585858. Windows color (decimal): -64176 or 5244415. OLE color: 5244415.

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

Color convert

RGB 255 5 80 -
CMYK 0 0.98 0.69 0
HSL 342º 1% 0.51% -
HSV(B) 342º 0.98% 1% -
XYZ 42.74 21.95 9.57 -
YUV 88.3 123.33 246.9 -
System Red Green Blue C M Y K H S L
Decimal 255 5 80 0 0.98 0.69 0 342 1 0.51
Hex FF 5 50 0 62 45 0 156 64 33
Octal 377 5 120 0 142 105 0 526 144 63
Binary 11111111 101 1010000 0 1100010 1000101 0 101010110 1100100 110011

Color Harmonies of #FF0550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0550

Black with #FF0550

Text Example


Text Example

White with #FF0550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0550; }

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

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

background-color css

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

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

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

border-color css

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

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

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