Html Css Color HEX #F01743 Torch Red

📋 copy color: '#F01743'

red 240 ◦ green 23 ◦ blue 67

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

Shades of Torch Red #F01743

Tints of Torch Red #F01743

RGB

 RED value IS 240 (94.14% from 255) = 72.73%

 GREEN value IS 23 (9.38% from 255) = 6.97%

 BLUE value IS 67 (26.56% from 255) = 20.3%

R = 72.73%
G = 6.97%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#F01743 (or 0xF01743) is known color: Torch Red. HEX triplet: F0, 17 and 43. RGB value is (240,23,67). Sum of RGB (Red+Green+Blue) = 240+23+67=330 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.73% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 67 (26.56% from 255 or 20.30% from 330); Max value from RGB is 240 - color contains mainly: red. Hex color #F01743 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01743 is #0FE8BC. Grayscale: #5C5C5C. Windows color (decimal): -1042621 or 4397040. OLE color: 4397040.

HSL color Cylindrical-coordinate representation of color #F01743: hue angle of 347.83º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F01743 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 23 67 -
CMYK 0 0.90 0.72 0.06
HSL 347.83º 0.88% 0.52% -
HSV(B) 347.83º 0.9% 0.94% -
XYZ 37.25 19.54 7.12 -
YUV 92.9 113.39 232.92 -
System Red Green Blue C M Y K H S L
Decimal 240 23 67 0 0.90 0.72 0.06 347.83 0.88 0.52
Hex F0 17 43 0 5A 48 6 15C 58 34
Octal 360 27 103 0 132 110 6 534 130 64
Binary 11110000 10111 1000011 0 1011010 1001000 110 101011100 1011000 110100

Color Harmonies of #F01743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01743

Black with #F01743

Text Example


Text Example

White with #F01743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01743; }

 p { color: rgb(240,23,67); }

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

background-color css

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

 a { background-color: rgb(240,23,67); }

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

border-color css

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

 span { border-color: rgb(240,23,67); }

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