Html Css Color HEX #FD014E Torch Red

📋 copy color: '#FD014E'

red 253 ◦ green 1 ◦ blue 78

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

Shades of Torch Red #FD014E

Tints of Torch Red #FD014E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 76.2%
G = 0.3%
B = 23.49%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FD014E (or 0xFD014E) is known color: Torch Red. HEX triplet: FD, 01 and 4E. RGB value is (253,1,78). Sum of RGB (Red+Green+Blue) = 253+1+78=332 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.20% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 253 - color contains mainly: red. Hex color #FD014E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD014E is #02FEB1. Grayscale: #555555. Windows color (decimal): -196274 or 5112317. OLE color: 5112317.

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

Color convert

RGB 253 1 78 -
CMYK 0 1.00 0.69 0.01
HSL 341.67º 0.99% 0.5% -
HSV(B) 341.67º 1% 0.99% -
XYZ 41.89 21.45 9.14 -
YUV 85.13 123.99 247.74 -
System Red Green Blue C M Y K H S L
Decimal 253 1 78 0 1.00 0.69 0.01 341.67 0.99 0.5
Hex FD 1 4E 0 64 45 1 156 63 32
Octal 375 1 116 0 144 105 1 526 143 62
Binary 11111101 1 1001110 0 1100100 1000101 1 101010110 1100011 110010

Color Harmonies of #FD014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD014E

Black with #FD014E

Text Example


Text Example

White with #FD014E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD014E; }

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

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

background-color css

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

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

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

border-color css

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

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

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