Html Css Color HEX #F20145 Torch Red

📋 copy color: '#F20145'

red 242 ◦ green 1 ◦ blue 69

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

Shades of Torch Red #F20145

Tints of Torch Red #F20145

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 69 (27.34% from 255) = 22.12%

R = 77.56%
G = 0.32%
B = 22.12%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F20145 (or 0xF20145) is known color: Torch Red. HEX triplet: F2, 01 and 45. RGB value is (242,1,69). Sum of RGB (Red+Green+Blue) = 242+1+69=312 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.56% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 242 - color contains mainly: red. Hex color #F20145 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20145 is #0DFEBA. Grayscale: #505050. Windows color (decimal): -917179 or 4522482. OLE color: 4522482.

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

Color convert

RGB 242 1 69 -
CMYK 0 1.00 0.71 0.05
HSL 343.07º 0.99% 0.48% -
HSV(B) 343.07º 1% 0.95% -
XYZ 37.7 19.33 7.37 -
YUV 80.81 121.34 242.97 -
System Red Green Blue C M Y K H S L
Decimal 242 1 69 0 1.00 0.71 0.05 343.07 0.99 0.48
Hex F2 1 45 0 64 47 5 157 63 30
Octal 362 1 105 0 144 107 5 527 143 60
Binary 11110010 1 1000101 0 1100100 1000111 101 101010111 1100011 110000

Color Harmonies of #F20145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20145

Black with #F20145

Text Example


Text Example

White with #F20145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20145; }

 p { color: rgb(242,1,69); }

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

background-color css

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

 a { background-color: rgb(242,1,69); }

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

border-color css

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

 span { border-color: rgb(242,1,69); }

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