Html Css Color HEX #FD114E Torch Red

📋 copy color: '#FD114E'

red 253 ◦ green 17 ◦ blue 78

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

Shades of Torch Red #FD114E

Tints of Torch Red #FD114E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.89%

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

R = 72.7%
G = 4.89%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FD114E (or 0xFD114E) is known color: Torch Red. HEX triplet: FD, 11 and 4E. RGB value is (253,17,78). Sum of RGB (Red+Green+Blue) = 253+17+78=348 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.70% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 253 - color contains mainly: red. Hex color #FD114E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD114E is #02EEB1. Grayscale: #5E5E5E. Windows color (decimal): -192178 or 5116413. OLE color: 5116413.

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

Color convert

RGB 253 17 78 -
CMYK 0 0.93 0.69 0.01
HSL 344.49º 0.98% 0.53% -
HSV(B) 344.49º 0.93% 0.99% -
XYZ 42.08 21.83 9.2 -
YUV 94.52 118.69 241.04 -
System Red Green Blue C M Y K H S L
Decimal 253 17 78 0 0.93 0.69 0.01 344.49 0.98 0.53
Hex FD 11 4E 0 5D 45 1 158 62 35
Octal 375 21 116 0 135 105 1 530 142 65
Binary 11111101 10001 1001110 0 1011101 1000101 1 101011000 1100010 110101

Color Harmonies of #FD114E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD114E

Black with #FD114E

Text Example


Text Example

White with #FD114E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD114E; }

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

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

background-color css

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

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

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

border-color css

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

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

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