Html Css Color HEX #F01243 Torch Red

📋 copy color: '#F01243'

red 240 ◦ green 18 ◦ blue 67

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

Shades of Torch Red #F01243

Tints of Torch Red #F01243

RGB

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

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

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

R = 73.85%
G = 5.54%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#F01243 (or 0xF01243) is known color: Torch Red. HEX triplet: F0, 12 and 43. RGB value is (240,18,67). Sum of RGB (Red+Green+Blue) = 240+18+67=325 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.85% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 67 (26.56% from 255 or 20.62% from 325); Max value from RGB is 240 - color contains mainly: red. Hex color #F01243 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01243 is #0FEDBC. Grayscale: #595959. Windows color (decimal): -1043901 or 4395760. OLE color: 4395760.

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

Color convert

RGB 240 18 67 -
CMYK 0 0.92 0.72 0.06
HSL 346.76º 0.88% 0.51% -
HSV(B) 346.76º 0.93% 0.94% -
XYZ 37.16 19.36 7.09 -
YUV 89.96 115.05 235.02 -
System Red Green Blue C M Y K H S L
Decimal 240 18 67 0 0.92 0.72 0.06 346.76 0.88 0.51
Hex F0 12 43 0 5C 48 6 15B 58 33
Octal 360 22 103 0 134 110 6 533 130 63
Binary 11110000 10010 1000011 0 1011100 1001000 110 101011011 1011000 110011

Color Harmonies of #F01243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01243

Black with #F01243

Text Example


Text Example

White with #F01243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01243; }

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

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

background-color css

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

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

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

border-color css

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

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

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