Html Css Color HEX #F01232 Torch Red

📋 copy color: '#F01232'

red 240 ◦ green 18 ◦ blue 50

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

Shades of Torch Red #F01232

Tints of Torch Red #F01232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.23%

R = 77.92%
G = 5.84%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F01232 (or 0xF01232) is known color: Torch Red. HEX triplet: F0, 12 and 32. RGB value is (240,18,50). Sum of RGB (Red+Green+Blue) = 240+18+50=308 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.92% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 240 - color contains mainly: red. Hex color #F01232 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01232 is #0FEDCD. Grayscale: #585858. Windows color (decimal): -1043918 or 3281648. OLE color: 3281648.

HSL color Cylindrical-coordinate representation of color #F01232: hue angle of 351.35º 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 #F01232 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 18 50 -
CMYK 0 0.92 0.79 0.06
HSL 351.35º 0.88% 0.51% -
HSV(B) 351.35º 0.93% 0.94% -
XYZ 36.73 19.19 4.79 -
YUV 88.03 106.55 236.4 -
System Red Green Blue C M Y K H S L
Decimal 240 18 50 0 0.92 0.79 0.06 351.35 0.88 0.51
Hex F0 12 32 0 5C 4F 6 15F 58 33
Octal 360 22 62 0 134 117 6 537 130 63
Binary 11110000 10010 110010 0 1011100 1001111 110 101011111 1011000 110011

Color Harmonies of #F01232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01232

Black with #F01232

Text Example


Text Example

White with #F01232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01232; }

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

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

background-color css

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

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

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

border-color css

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

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

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