Html Css Color HEX #FD0A4D Torch Red

📋 copy color: '#FD0A4D'

red 253 ◦ green 10 ◦ blue 77

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

Shades of Torch Red #FD0A4D

Tints of Torch Red #FD0A4D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.94%

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

R = 74.41%
G = 2.94%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FD0A4D (or 0xFD0A4D) is known color: Torch Red. HEX triplet: FD, 0A and 4D. RGB value is (253,10,77). Sum of RGB (Red+Green+Blue) = 253+10+77=340 (45% of max value = 765). Red value is 253 (99.22% from 255 or 74.41% from 340); Green value is 10 (4.30% from 255 or 2.94% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0A4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0A4D is #02F5B2. Grayscale: #5A5A5A. Windows color (decimal): -193971 or 5049085. OLE color: 5049085.

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

Color convert

RGB 253 10 77 -
CMYK 0 0.96 0.70 0.01
HSL 343.46º 0.98% 0.52% -
HSV(B) 343.46º 0.96% 0.99% -
XYZ 41.96 21.64 8.99 -
YUV 90.3 120.51 244.05 -
System Red Green Blue C M Y K H S L
Decimal 253 10 77 0 0.96 0.70 0.01 343.46 0.98 0.52
Hex FD A 4D 0 60 46 1 157 62 34
Octal 375 12 115 0 140 106 1 527 142 64
Binary 11111101 1010 1001101 0 1100000 1000110 1 101010111 1100010 110100

Color Harmonies of #FD0A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0A4D

Black with #FD0A4D

Text Example


Text Example

White with #FD0A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0A4D; }

 p { color: rgb(253,10,77); }

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

background-color css

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

 a { background-color: rgb(253,10,77); }

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

border-color css

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

 span { border-color: rgb(253,10,77); }

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