Html Css Color HEX #F21044 Torch Red

📋 copy color: '#F21044'

red 242 ◦ green 16 ◦ blue 68

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

Shades of Torch Red #F21044

Tints of Torch Red #F21044

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.91%

 BLUE value IS 68 (26.95% from 255) = 20.86%

R = 74.23%
G = 4.91%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F21044 (or 0xF21044) is known color: Torch Red. HEX triplet: F2, 10 and 44. RGB value is (242,16,68). Sum of RGB (Red+Green+Blue) = 242+16+68=326 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.23% from 326); Green value is 16 (6.64% from 255 or 4.91% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 242 - color contains mainly: red. Hex color #F21044 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21044 is #0DEFBB. Grayscale: #595959. Windows color (decimal): -913340 or 4460786. OLE color: 4460786.

HSL color Cylindrical-coordinate representation of color #F21044: hue angle of 346.19º 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 #F21044 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 16 68 -
CMYK 0 0.93 0.72 0.05
HSL 346.19º 0.9% 0.51% -
HSV(B) 346.19º 0.93% 0.95% -
XYZ 37.85 19.67 7.27 -
YUV 89.5 115.87 236.77 -
System Red Green Blue C M Y K H S L
Decimal 242 16 68 0 0.93 0.72 0.05 346.19 0.9 0.51
Hex F2 10 44 0 5D 48 5 15A 5A 33
Octal 362 20 104 0 135 110 5 532 132 63
Binary 11110010 10000 1000100 0 1011101 1001000 101 101011010 1011010 110011

Color Harmonies of #F21044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21044

Black with #F21044

Text Example


Text Example

White with #F21044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21044; }

 p { color: rgb(242,16,68); }

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

background-color css

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

 a { background-color: rgb(242,16,68); }

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

border-color css

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

 span { border-color: rgb(242,16,68); }

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