Html Css Color HEX #FE024B Torch Red

📋 copy color: '#FE024B'

red 254 ◦ green 2 ◦ blue 75

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

Shades of Torch Red #FE024B

Tints of Torch Red #FE024B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.6%

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

R = 76.74%
G = 0.6%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE024B (or 0xFE024B) is known color: Torch Red. HEX triplet: FE, 02 and 4B. RGB value is (254,2,75). Sum of RGB (Red+Green+Blue) = 254+2+75=331 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.74% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 254 - color contains mainly: red. Hex color #FE024B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE024B is #01FDB4. Grayscale: #555555. Windows color (decimal): -130485 or 4915966. OLE color: 4915966.

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

Color convert

RGB 254 2 75 -
CMYK 0 0.99 0.70 0.00
HSL 342.62º 0.99% 0.5% -
HSV(B) 342.62º 0.99% 1% -
XYZ 42.16 21.62 8.61 -
YUV 85.67 121.99 248.06 -
System Red Green Blue C M Y K H S L
Decimal 254 2 75 0 0.99 0.70 0.00 342.62 0.99 0.5
Hex FE 2 4B 0 63 46 0 157 63 32
Octal 376 2 113 0 143 106 0 527 143 62
Binary 11111110 10 1001011 0 1100011 1000110 0 101010111 1100011 110010

Color Harmonies of #FE024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE024B

Black with #FE024B

Text Example


Text Example

White with #FE024B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE024B; }

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

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

background-color css

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

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

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

border-color css

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

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

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