Html Css Color HEX #FD054A Torch Red

📋 copy color: '#FD054A'

red 253 ◦ green 5 ◦ blue 74

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

Shades of Torch Red #FD054A

Tints of Torch Red #FD054A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.51%

 BLUE value IS 74 (29.3% from 255) = 22.29%

R = 76.2%
G = 1.51%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FD054A (or 0xFD054A) is known color: Torch Red. HEX triplet: FD, 05 and 4A. RGB value is (253,5,74). Sum of RGB (Red+Green+Blue) = 253+5+74=332 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.20% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 253 - color contains mainly: red. Hex color #FD054A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD054A is #02FAB5. Grayscale: #565656. Windows color (decimal): -195254 or 4851197. OLE color: 4851197.

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

Color convert

RGB 253 5 74 -
CMYK 0 0.98 0.71 0.01
HSL 343.31º 0.98% 0.51% -
HSV(B) 343.31º 0.98% 0.99% -
XYZ 41.8 21.49 8.42 -
YUV 87.02 120.66 246.39 -
System Red Green Blue C M Y K H S L
Decimal 253 5 74 0 0.98 0.71 0.01 343.31 0.98 0.51
Hex FD 5 4A 0 62 47 1 157 62 33
Octal 375 5 112 0 142 107 1 527 142 63
Binary 11111101 101 1001010 0 1100010 1000111 1 101010111 1100010 110011

Color Harmonies of #FD054A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD054A

Black with #FD054A

Text Example


Text Example

White with #FD054A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD054A; }

 p { color: rgb(253,5,74); }

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

background-color css

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

 a { background-color: rgb(253,5,74); }

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

border-color css

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

 span { border-color: rgb(253,5,74); }

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