Html Css Color HEX #FE0B4B Torch Red

📋 copy color: '#FE0B4B'

red 254 ◦ green 11 ◦ blue 75

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

Shades of Torch Red #FE0B4B

Tints of Torch Red #FE0B4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.06%

R = 74.71%
G = 3.24%
B = 22.06%

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

#FE0B4B (or 0xFE0B4B) is known color: Torch Red. HEX triplet: FE, 0B and 4B. RGB value is (254,11,75). Sum of RGB (Red+Green+Blue) = 254+11+75=340 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.71% from 340); Green value is 11 (4.69% from 255 or 3.24% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0B4B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0B4B is #01F4B4. Grayscale: #5A5A5A. Windows color (decimal): -128181 or 4918270. OLE color: 4918270.

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

Color convert

RGB 254 11 75 -
CMYK 0 0.96 0.70 0.00
HSL 344.2º 0.99% 0.52% -
HSV(B) 344.2º 0.96% 1% -
XYZ 42.26 21.82 8.64 -
YUV 90.95 119.01 244.3 -
System Red Green Blue C M Y K H S L
Decimal 254 11 75 0 0.96 0.70 0.00 344.2 0.99 0.52
Hex FE B 4B 0 60 46 0 158 63 34
Octal 376 13 113 0 140 106 0 530 143 64
Binary 11111110 1011 1001011 0 1100000 1000110 0 101011000 1100011 110100

Color Harmonies of #FE0B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0B4B

Black with #FE0B4B

Text Example


Text Example

White with #FE0B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0B4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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