Html Css Color HEX #F10232 Torch Red

📋 copy color: '#F10232'

red 241 ◦ green 2 ◦ blue 50

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

Shades of Torch Red #F10232

Tints of Torch Red #F10232

RGB

 RED value IS 241 (94.53% from 255) = 82.25%

 GREEN value IS 2 (1.17% from 255) = 0.68%

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

R = 82.25%
G = 0.68%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F10232 (or 0xF10232) is known color: Torch Red. HEX triplet: F1, 02 and 32. RGB value is (241,2,50). Sum of RGB (Red+Green+Blue) = 241+2+50=293 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.25% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 241 - color contains mainly: red. Hex color #F10232 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10232 is #0EFDCD. Grayscale: #4E4E4E. Windows color (decimal): -982478 or 3277553. OLE color: 3277553.

HSL color Cylindrical-coordinate representation of color #F10232: hue angle of 347.95º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F10232 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 2 50 -
CMYK 0 0.99 0.79 0.05
HSL 347.95º 0.98% 0.48% -
HSV(B) 347.95º 0.99% 0.95% -
XYZ 36.87 18.97 4.74 -
YUV 78.93 111.68 243.6 -
System Red Green Blue C M Y K H S L
Decimal 241 2 50 0 0.99 0.79 0.05 347.95 0.98 0.48
Hex F1 2 32 0 63 4F 5 15C 62 30
Octal 361 2 62 0 143 117 5 534 142 60
Binary 11110001 10 110010 0 1100011 1001111 101 101011100 1100010 110000

Color Harmonies of #F10232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10232

Black with #F10232

Text Example


Text Example

White with #F10232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10232; }

 p { color: rgb(241,2,50); }

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

background-color css

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

 a { background-color: rgb(241,2,50); }

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

border-color css

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

 span { border-color: rgb(241,2,50); }

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