Html Css Color HEX #FD044F Torch Red

📋 copy color: '#FD044F'

red 253 ◦ green 4 ◦ blue 79

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

Shades of Torch Red #FD044F

Tints of Torch Red #FD044F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.51%

R = 75.3%
G = 1.19%
B = 23.51%

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

#FD044F (or 0xFD044F) is known color: Torch Red. HEX triplet: FD, 04 and 4F. RGB value is (253,4,79). Sum of RGB (Red+Green+Blue) = 253+4+79=336 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.30% from 336); Green value is 4 (1.95% from 255 or 1.19% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 253 - color contains mainly: red. Hex color #FD044F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD044F is #02FBB0. Grayscale: #565656. Windows color (decimal): -195505 or 5178621. OLE color: 5178621.

HSL color Cylindrical-coordinate representation of color #FD044F: hue angle of 341.93º 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 #FD044F is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 4 79 -
CMYK 0 0.98 0.69 0.01
HSL 341.93º 0.98% 0.5% -
HSV(B) 341.93º 0.98% 0.99% -
XYZ 41.96 21.53 9.34 -
YUV 87 123.49 246.4 -
System Red Green Blue C M Y K H S L
Decimal 253 4 79 0 0.98 0.69 0.01 341.93 0.98 0.5
Hex FD 4 4F 0 62 45 1 156 62 32
Octal 375 4 117 0 142 105 1 526 142 62
Binary 11111101 100 1001111 0 1100010 1000101 1 101010110 1100010 110010

Color Harmonies of #FD044F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD044F

Black with #FD044F

Text Example


Text Example

White with #FD044F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD044F; }

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

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

background-color css

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

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

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

border-color css

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

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

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