Html Css Color HEX #FE0B4D Torch Red

📋 copy color: '#FE0B4D'

red 254 ◦ green 11 ◦ blue 77

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

Shades of Torch Red #FE0B4D

Tints of Torch Red #FE0B4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.51%

R = 74.27%
G = 3.22%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE0B4D (or 0xFE0B4D) is known color: Torch Red. HEX triplet: FE, 0B and 4D. RGB value is (254,11,77). Sum of RGB (Red+Green+Blue) = 254+11+77=342 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.27% from 342); Green value is 11 (4.69% from 255 or 3.22% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0B4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0B4D is #01F4B2. Grayscale: #5B5B5B. Windows color (decimal): -128179 or 5049342. OLE color: 5049342.

HSL color Cylindrical-coordinate representation of color #FE0B4D: hue angle of 343.7º 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 #FE0B4D is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 11 77 -
CMYK 0 0.96 0.70 0.00
HSL 343.7º 0.99% 0.52% -
HSV(B) 343.7º 0.96% 1% -
XYZ 42.33 21.85 9.01 -
YUV 91.18 120.01 244.13 -
System Red Green Blue C M Y K H S L
Decimal 254 11 77 0 0.96 0.70 0.00 343.7 0.99 0.52
Hex FE B 4D 0 60 46 0 158 63 34
Octal 376 13 115 0 140 106 0 530 143 64
Binary 11111110 1011 1001101 0 1100000 1000110 0 101011000 1100011 110100

Color Harmonies of #FE0B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0B4D

Black with #FE0B4D

Text Example


Text Example

White with #FE0B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0B4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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