Html Css Color HEX #FF0649 Torch Red

📋 copy color: '#FF0649'

red 255 ◦ green 6 ◦ blue 73

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

Shades of Torch Red #FF0649

Tints of Torch Red #FF0649

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.8%

 BLUE value IS 73 (28.91% from 255) = 21.86%

R = 76.35%
G = 1.8%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FF0649 (or 0xFF0649) is known color: Torch Red. HEX triplet: FF, 06 and 49. RGB value is (255,6,73). Sum of RGB (Red+Green+Blue) = 255+6+73=334 (44% of max value = 765). Red value is 255 (100% from 255 or 76.35% from 334); Green value is 6 (2.73% from 255 or 1.80% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0649 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0649 is #00F9B6. Grayscale: #585858. Windows color (decimal): -63927 or 4785919. OLE color: 4785919.

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

Color convert

RGB 255 6 73 -
CMYK 0 0.98 0.71 0
HSL 343.86º 1% 0.51% -
HSV(B) 343.86º 0.98% 1% -
XYZ 42.51 21.87 8.28 -
YUV 88.09 119.49 247.05 -
System Red Green Blue C M Y K H S L
Decimal 255 6 73 0 0.98 0.71 0 343.86 1 0.51
Hex FF 6 49 0 62 47 0 158 64 33
Octal 377 6 111 0 142 107 0 530 144 63
Binary 11111111 110 1001001 0 1100010 1000111 0 101011000 1100100 110011

Color Harmonies of #FF0649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0649

Black with #FF0649

Text Example


Text Example

White with #FF0649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0649; }

 p { color: rgb(255,6,73); }

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

background-color css

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

 a { background-color: rgb(255,6,73); }

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

border-color css

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

 span { border-color: rgb(255,6,73); }

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