Html Css Color HEX #F20245 Torch Red

📋 copy color: '#F20245'

red 242 ◦ green 2 ◦ blue 69

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

Shades of Torch Red #F20245

Tints of Torch Red #F20245

RGB

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

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

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

R = 77.32%
G = 0.64%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F20245 (or 0xF20245) is known color: Torch Red. HEX triplet: F2, 02 and 45. RGB value is (242,2,69). Sum of RGB (Red+Green+Blue) = 242+2+69=313 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.32% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 242 - color contains mainly: red. Hex color #F20245 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20245 is #0DFDBA. Grayscale: #515151. Windows color (decimal): -916923 or 4522738. OLE color: 4522738.

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

Color convert

RGB 242 2 69 -
CMYK 0 0.99 0.71 0.05
HSL 343.25º 0.98% 0.48% -
HSV(B) 343.25º 0.99% 0.95% -
XYZ 37.71 19.35 7.38 -
YUV 81.4 121.01 242.55 -
System Red Green Blue C M Y K H S L
Decimal 242 2 69 0 0.99 0.71 0.05 343.25 0.98 0.48
Hex F2 2 45 0 63 47 5 157 62 30
Octal 362 2 105 0 143 107 5 527 142 60
Binary 11110010 10 1000101 0 1100011 1000111 101 101010111 1100010 110000

Color Harmonies of #F20245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20245

Black with #F20245

Text Example


Text Example

White with #F20245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20245; }

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

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

background-color css

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

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

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

border-color css

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

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

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