Html Css Color HEX #FE0650 Torch Red

📋 copy color: '#FE0650'

red 254 ◦ green 6 ◦ blue 80

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

Shades of Torch Red #FE0650

Tints of Torch Red #FE0650

RGB

 RED value IS 254 (99.61% from 255) = 74.71%

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

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

R = 74.71%
G = 1.76%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE0650 (or 0xFE0650) is known color: Torch Red. HEX triplet: FE, 06 and 50. RGB value is (254,6,80). Sum of RGB (Red+Green+Blue) = 254+6+80=340 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.71% from 340); Green value is 6 (2.73% from 255 or 1.76% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0650 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0650 is #01F9AF. Grayscale: #585858. Windows color (decimal): -129456 or 5244670. OLE color: 5244670.

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

Color convert

RGB 254 6 80 -
CMYK 0 0.98 0.69 0.00
HSL 342.1º 0.99% 0.51% -
HSV(B) 342.1º 0.98% 1% -
XYZ 42.39 21.78 9.56 -
YUV 88.59 123.16 245.98 -
System Red Green Blue C M Y K H S L
Decimal 254 6 80 0 0.98 0.69 0.00 342.1 0.99 0.51
Hex FE 6 50 0 62 45 0 156 63 33
Octal 376 6 120 0 142 105 0 526 143 63
Binary 11111110 110 1010000 0 1100010 1000101 0 101010110 1100011 110011

Color Harmonies of #FE0650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0650

Black with #FE0650

Text Example


Text Example

White with #FE0650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0650; }

 p { color: rgb(254,6,80); }

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

background-color css

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

 a { background-color: rgb(254,6,80); }

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

border-color css

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

 span { border-color: rgb(254,6,80); }

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