Html Css Color HEX #FF124C Torch Red

📋 copy color: '#FF124C'

red 255 ◦ green 18 ◦ blue 76

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

Shades of Torch Red #FF124C

Tints of Torch Red #FF124C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.78%

R = 73.07%
G = 5.16%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#FF124C (or 0xFF124C) is known color: Torch Red. HEX triplet: FF, 12 and 4C. RGB value is (255,18,76). Sum of RGB (Red+Green+Blue) = 255+18+76=349 (46% of max value = 765). Red value is 255 (100% from 255 or 73.07% from 349); Green value is 18 (7.42% from 255 or 5.16% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 255 - color contains mainly: red. Hex color #FF124C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF124C is #00EDB3. Grayscale: #5F5F5F. Windows color (decimal): -60852 or 4985599. OLE color: 4985599.

HSL color Cylindrical-coordinate representation of color #FF124C: hue angle of 345.32º 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 #FF124C is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.

Color convert

RGB 255 18 76 -
CMYK 0 0.93 0.70 0
HSL 345.32º 1% 0.54% -
HSV(B) 345.32º 0.93% 1% -
XYZ 42.76 22.21 8.87 -
YUV 95.48 117.02 241.78 -
System Red Green Blue C M Y K H S L
Decimal 255 18 76 0 0.93 0.70 0 345.32 1 0.54
Hex FF 12 4C 0 5D 46 0 159 64 36
Octal 377 22 114 0 135 106 0 531 144 66
Binary 11111111 10010 1001100 0 1011101 1000110 0 101011001 1100100 110110

Color Harmonies of #FF124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF124C

Black with #FF124C

Text Example


Text Example

White with #FF124C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF124C; }

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

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

background-color css

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

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

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

border-color css

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

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

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