Html Css Color HEX #F20043 Torch Red

📋 copy color: '#F20043'

red 242 ◦ green 0 ◦ blue 67

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

Shades of Torch Red #F20043

Tints of Torch Red #F20043

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 67 (26.56% from 255) = 21.68%

R = 78.32%
G = 0%
B = 21.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F20043 (or 0xF20043) is known color: Torch Red. HEX triplet: F2, 00 and 43. RGB value is (242,0,67). Sum of RGB (Red+Green+Blue) = 242+0+67=309 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.32% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 242 - color contains mainly: red. Hex color #F20043 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20043 is #0DFFBC. Grayscale: #4F4F4F. Windows color (decimal): -917437 or 4391154. OLE color: 4391154.

HSL color Cylindrical-coordinate representation of color #F20043: hue angle of 343.39º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F20043 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 0 67 -
CMYK 0 1 0.72 0.05
HSL 343.39º 1% 0.47% -
HSV(B) 343.39º 1% 0.95% -
XYZ 37.63 19.28 7.05 -
YUV 80 120.67 243.55 -
System Red Green Blue C M Y K H S L
Decimal 242 0 67 0 1 0.72 0.05 343.39 1 0.47
Hex F2 0 43 0 64 48 5 157 64 2F
Octal 362 0 103 0 144 110 5 527 144 57
Binary 11110010 0 1000011 0 1100100 1001000 101 101010111 1100100 101111

Color Harmonies of #F20043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20043

Black with #F20043

Text Example


Text Example

White with #F20043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20043; }

 p { color: rgb(242,0,67); }

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

background-color css

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

 a { background-color: rgb(242,0,67); }

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

border-color css

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

 span { border-color: rgb(242,0,67); }

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