Html Css Color HEX #F7124C Torch Red

📋 copy color: '#F7124C'

red 247 ◦ green 18 ◦ blue 76

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

Shades of Torch Red #F7124C

Tints of Torch Red #F7124C

RGB

 RED value IS 247 (96.88% from 255) = 72.43%

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

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

R = 72.43%
G = 5.28%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F7124C (or 0xF7124C) is known color: Torch Red. HEX triplet: F7, 12 and 4C. RGB value is (247,18,76). Sum of RGB (Red+Green+Blue) = 247+18+76=341 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.43% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 247 - color contains mainly: red. Hex color #F7124C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7124C is #08EDB3. Grayscale: #5D5D5D. Windows color (decimal): -585140 or 4985591. OLE color: 4985591.

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

Color convert

RGB 247 18 76 -
CMYK 0 0.93 0.69 0.03
HSL 344.8º 0.93% 0.52% -
HSV(B) 344.8º 0.93% 0.97% -
XYZ 39.88 20.73 8.74 -
YUV 93.08 118.37 237.78 -
System Red Green Blue C M Y K H S L
Decimal 247 18 76 0 0.93 0.69 0.03 344.8 0.93 0.52
Hex F7 12 4C 0 5D 45 3 159 5D 34
Octal 367 22 114 0 135 105 3 531 135 64
Binary 11110111 10010 1001100 0 1011101 1000101 11 101011001 1011101 110100

Color Harmonies of #F7124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7124C

Black with #F7124C

Text Example


Text Example

White with #F7124C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7124C; }

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

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

background-color css

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

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

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

border-color css

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

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

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