Html Css Color HEX #FE0B44 Torch Red

📋 copy color: '#FE0B44'

red 254 ◦ green 11 ◦ blue 68

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

Shades of Torch Red #FE0B44

Tints of Torch Red #FE0B44

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.3%

 BLUE value IS 68 (26.95% from 255) = 20.42%

R = 76.28%
G = 3.3%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.00

RGB Variations

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

Color information

#FE0B44 (or 0xFE0B44) is known color: Torch Red. HEX triplet: FE, 0B and 44. RGB value is (254,11,68). Sum of RGB (Red+Green+Blue) = 254+11+68=333 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.28% from 333); Green value is 11 (4.69% from 255 or 3.30% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0B44 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0B44 is #01F4BB. Grayscale: #5A5A5A. Windows color (decimal): -128188 or 4459518. OLE color: 4459518.

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

Color convert

RGB 254 11 68 -
CMYK 0 0.96 0.73 0.00
HSL 345.93º 0.99% 0.52% -
HSV(B) 345.93º 0.96% 1% -
XYZ 42.04 21.73 7.45 -
YUV 90.16 115.51 244.87 -
System Red Green Blue C M Y K H S L
Decimal 254 11 68 0 0.96 0.73 0.00 345.93 0.99 0.52
Hex FE B 44 0 60 49 0 15A 63 34
Octal 376 13 104 0 140 111 0 532 143 64
Binary 11111110 1011 1000100 0 1100000 1001001 0 101011010 1100011 110100

Color Harmonies of #FE0B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0B44

Black with #FE0B44

Text Example


Text Example

White with #FE0B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0B44; }

 p { color: rgb(254,11,68); }

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

background-color css

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

 a { background-color: rgb(254,11,68); }

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

border-color css

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

 span { border-color: rgb(254,11,68); }

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