Html Css Color HEX #F21140 Torch Red

📋 copy color: '#F21140'

red 242 ◦ green 17 ◦ blue 64

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

Shades of Torch Red #F21140

Tints of Torch Red #F21140

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.26%

 BLUE value IS 64 (25.39% from 255) = 19.81%

R = 74.92%
G = 5.26%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F21140 (or 0xF21140) is known color: Torch Red. HEX triplet: F2, 11 and 40. RGB value is (242,17,64). Sum of RGB (Red+Green+Blue) = 242+17+64=323 (42% of max value = 765). Red value is 242 (94.92% from 255 or 74.92% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 242 - color contains mainly: red. Hex color #F21140 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21140 is #0DEEBF. Grayscale: #595959. Windows color (decimal): -913088 or 4198898. OLE color: 4198898.

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

Color convert

RGB 242 17 64 -
CMYK 0 0.93 0.74 0.05
HSL 347.47º 0.9% 0.51% -
HSV(B) 347.47º 0.93% 0.95% -
XYZ 37.74 19.65 6.65 -
YUV 89.63 113.54 236.68 -
System Red Green Blue C M Y K H S L
Decimal 242 17 64 0 0.93 0.74 0.05 347.47 0.9 0.51
Hex F2 11 40 0 5D 4A 5 15B 5A 33
Octal 362 21 100 0 135 112 5 533 132 63
Binary 11110010 10001 1000000 0 1011101 1001010 101 101011011 1011010 110011

Color Harmonies of #F21140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21140

Black with #F21140

Text Example


Text Example

White with #F21140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21140; }

 p { color: rgb(242,17,64); }

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

background-color css

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

 a { background-color: rgb(242,17,64); }

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

border-color css

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

 span { border-color: rgb(242,17,64); }

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