Html Css Color HEX #F20243 Torch Red

📋 copy color: '#F20243'

red 242 ◦ green 2 ◦ blue 67

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

Shades of Torch Red #F20243

Tints of Torch Red #F20243

RGB

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

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

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

R = 77.81%
G = 0.64%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F20243 (or 0xF20243) is known color: Torch Red. HEX triplet: F2, 02 and 43. RGB value is (242,2,67). Sum of RGB (Red+Green+Blue) = 242+2+67=311 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.81% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 67 (26.56% from 255 or 21.54% from 311); Max value from RGB is 242 - color contains mainly: red. Hex color #F20243 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20243 is #0DFDBC. Grayscale: #515151. Windows color (decimal): -916925 or 4391666. OLE color: 4391666.

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

Color convert

RGB 242 2 67 -
CMYK 0 0.99 0.72 0.05
HSL 343.75º 0.98% 0.48% -
HSV(B) 343.75º 0.99% 0.95% -
XYZ 37.65 19.33 7.06 -
YUV 81.17 120.01 242.71 -
System Red Green Blue C M Y K H S L
Decimal 242 2 67 0 0.99 0.72 0.05 343.75 0.98 0.48
Hex F2 2 43 0 63 48 5 158 62 30
Octal 362 2 103 0 143 110 5 530 142 60
Binary 11110010 10 1000011 0 1100011 1001000 101 101011000 1100010 110000

Color Harmonies of #F20243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20243

Black with #F20243

Text Example


Text Example

White with #F20243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20243; }

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

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

background-color css

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

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

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

border-color css

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

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

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