Html Css Color HEX #FD044E Torch Red

📋 copy color: '#FD044E'

red 253 ◦ green 4 ◦ blue 78

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

Shades of Torch Red #FD044E

Tints of Torch Red #FD044E

RGB

 RED value IS 253 (99.22% from 255) = 75.52%

 GREEN value IS 4 (1.95% from 255) = 1.19%

 BLUE value IS 78 (30.86% from 255) = 23.28%

R = 75.52%
G = 1.19%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FD044E (or 0xFD044E) is known color: Torch Red. HEX triplet: FD, 04 and 4E. RGB value is (253,4,78). Sum of RGB (Red+Green+Blue) = 253+4+78=335 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.52% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 253 - color contains mainly: red. Hex color #FD044E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD044E is #02FBB1. Grayscale: #565656. Windows color (decimal): -195506 or 5113085. OLE color: 5113085.

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

Color convert

RGB 253 4 78 -
CMYK 0 0.98 0.69 0.01
HSL 342.17º 0.98% 0.5% -
HSV(B) 342.17º 0.98% 0.99% -
XYZ 41.93 21.52 9.15 -
YUV 86.89 122.99 246.48 -
System Red Green Blue C M Y K H S L
Decimal 253 4 78 0 0.98 0.69 0.01 342.17 0.98 0.5
Hex FD 4 4E 0 62 45 1 156 62 32
Octal 375 4 116 0 142 105 1 526 142 62
Binary 11111101 100 1001110 0 1100010 1000101 1 101010110 1100010 110010

Color Harmonies of #FD044E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD044E

Black with #FD044E

Text Example


Text Example

White with #FD044E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD044E; }

 p { color: rgb(253,4,78); }

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

background-color css

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

 a { background-color: rgb(253,4,78); }

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

border-color css

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

 span { border-color: rgb(253,4,78); }

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