Html Css Color HEX #F01233 Torch Red

📋 copy color: '#F01233'

red 240 ◦ green 18 ◦ blue 51

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

Shades of Torch Red #F01233

Tints of Torch Red #F01233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.5%

R = 77.67%
G = 5.83%
B = 16.5%

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

#F01233 (or 0xF01233) is known color: Torch Red. HEX triplet: F0, 12 and 33. RGB value is (240,18,51). Sum of RGB (Red+Green+Blue) = 240+18+51=309 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.67% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 240 - color contains mainly: red. Hex color #F01233 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01233 is #0FEDCC. Grayscale: #585858. Windows color (decimal): -1043917 or 3347184. OLE color: 3347184.

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

Color convert

RGB 240 18 51 -
CMYK 0 0.92 0.79 0.06
HSL 351.08º 0.88% 0.51% -
HSV(B) 351.08º 0.93% 0.94% -
XYZ 36.75 19.2 4.9 -
YUV 88.14 107.05 236.32 -
System Red Green Blue C M Y K H S L
Decimal 240 18 51 0 0.92 0.79 0.06 351.08 0.88 0.51
Hex F0 12 33 0 5C 4F 6 15F 58 33
Octal 360 22 63 0 134 117 6 537 130 63
Binary 11110000 10010 110011 0 1011100 1001111 110 101011111 1011000 110011

Color Harmonies of #F01233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01233

Black with #F01233

Text Example


Text Example

White with #F01233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01233; }

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

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

background-color css

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

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

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

border-color css

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

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

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