Html Css Color HEX #F21246 Torch Red

📋 copy color: '#F21246'

red 242 ◦ green 18 ◦ blue 70

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

Shades of Torch Red #F21246

Tints of Torch Red #F21246

RGB

 RED value IS 242 (94.92% from 255) = 73.33%

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

 BLUE value IS 70 (27.73% from 255) = 21.21%

R = 73.33%
G = 5.45%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F21246 (or 0xF21246) is known color: Torch Red. HEX triplet: F2, 12 and 46. RGB value is (242,18,70). Sum of RGB (Red+Green+Blue) = 242+18+70=330 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.33% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 242 - color contains mainly: red. Hex color #F21246 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21246 is #0DEDB9. Grayscale: #5A5A5A. Windows color (decimal): -912826 or 4592370. OLE color: 4592370.

HSL color Cylindrical-coordinate representation of color #F21246: hue angle of 346.07º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F21246 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 18 70 -
CMYK 0 0.93 0.71 0.05
HSL 346.07º 0.9% 0.51% -
HSV(B) 346.07º 0.93% 0.95% -
XYZ 37.94 19.75 7.61 -
YUV 90.9 116.21 235.77 -
System Red Green Blue C M Y K H S L
Decimal 242 18 70 0 0.93 0.71 0.05 346.07 0.9 0.51
Hex F2 12 46 0 5D 47 5 15A 5A 33
Octal 362 22 106 0 135 107 5 532 132 63
Binary 11110010 10010 1000110 0 1011101 1000111 101 101011010 1011010 110011

Color Harmonies of #F21246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21246

Black with #F21246

Text Example


Text Example

White with #F21246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21246; }

 p { color: rgb(242,18,70); }

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

background-color css

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

 a { background-color: rgb(242,18,70); }

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

border-color css

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

 span { border-color: rgb(242,18,70); }

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