Html Css Color HEX #FF124E Torch Red

📋 copy color: '#FF124E'

red 255 ◦ green 18 ◦ blue 78

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

Shades of Torch Red #FF124E

Tints of Torch Red #FF124E

RGB

 RED value IS 255 (100% from 255) = 72.65%

 GREEN value IS 18 (7.42% from 255) = 5.13%

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

R = 72.65%
G = 5.13%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FF124E (or 0xFF124E) is known color: Torch Red. HEX triplet: FF, 12 and 4E. RGB value is (255,18,78). Sum of RGB (Red+Green+Blue) = 255+18+78=351 (46% of max value = 765). Red value is 255 (100% from 255 or 72.65% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 255 - color contains mainly: red. Hex color #FF124E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF124E is #00EDB1. Grayscale: #5F5F5F. Windows color (decimal): -60850 or 5116671. OLE color: 5116671.

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

Color convert

RGB 255 18 78 -
CMYK 0 0.93 0.69 0
HSL 344.81º 1% 0.54% -
HSV(B) 344.81º 0.93% 1% -
XYZ 42.83 22.24 9.24 -
YUV 95.7 118.02 241.62 -
System Red Green Blue C M Y K H S L
Decimal 255 18 78 0 0.93 0.69 0 344.81 1 0.54
Hex FF 12 4E 0 5D 45 0 159 64 36
Octal 377 22 116 0 135 105 0 531 144 66
Binary 11111111 10010 1001110 0 1011101 1000101 0 101011001 1100100 110110

Color Harmonies of #FF124E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF124E

Black with #FF124E

Text Example


Text Example

White with #FF124E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF124E; }

 p { color: rgb(255,18,78); }

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

background-color css

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

 a { background-color: rgb(255,18,78); }

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

border-color css

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

 span { border-color: rgb(255,18,78); }

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