Html Css Color HEX #F4124B Torch Red

📋 copy color: '#F4124B'

red 244 ◦ green 18 ◦ blue 75

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

Shades of Torch Red #F4124B

Tints of Torch Red #F4124B

RGB

 RED value IS 244 (95.7% from 255) = 72.4%

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

 BLUE value IS 75 (29.69% from 255) = 22.26%

R = 72.4%
G = 5.34%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F4124B (or 0xF4124B) is known color: Torch Red. HEX triplet: F4, 12 and 4B. RGB value is (244,18,75). Sum of RGB (Red+Green+Blue) = 244+18+75=337 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.40% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 244 - color contains mainly: red. Hex color #F4124B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4124B is #0BEDB4. Grayscale: #5C5C5C. Windows color (decimal): -781749 or 4920052. OLE color: 4920052.

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

Color convert

RGB 244 18 75 -
CMYK 0 0.93 0.69 0.04
HSL 344.87º 0.91% 0.51% -
HSV(B) 344.87º 0.93% 0.96% -
XYZ 38.79 20.17 8.51 -
YUV 92.07 118.37 236.37 -
System Red Green Blue C M Y K H S L
Decimal 244 18 75 0 0.93 0.69 0.04 344.87 0.91 0.51
Hex F4 12 4B 0 5D 45 4 159 5B 33
Octal 364 22 113 0 135 105 4 531 133 63
Binary 11110100 10010 1001011 0 1011101 1000101 100 101011001 1011011 110011

Color Harmonies of #F4124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4124B

Black with #F4124B

Text Example


Text Example

White with #F4124B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4124B; }

 p { color: rgb(244,18,75); }

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

background-color css

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

 a { background-color: rgb(244,18,75); }

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

border-color css

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

 span { border-color: rgb(244,18,75); }

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