Html Css Color HEX #F2082F Torch Red

📋 copy color: '#F2082F'

red 242 ◦ green 8 ◦ blue 47

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

Shades of Torch Red #F2082F

Tints of Torch Red #F2082F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.69%

 BLUE value IS 47 (18.75% from 255) = 15.82%

R = 81.48%
G = 2.69%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2082F (or 0xF2082F) is known color: Torch Red. HEX triplet: F2, 08 and 2F. RGB value is (242,8,47). Sum of RGB (Red+Green+Blue) = 242+8+47=297 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.48% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 242 - color contains mainly: red. Hex color #F2082F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2082F is #0DF7D0. Grayscale: #525252. Windows color (decimal): -915409 or 3082482. OLE color: 3082482.

HSL color Cylindrical-coordinate representation of color #F2082F: hue angle of 350º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F2082F is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 8 47 -
CMYK 0 0.97 0.81 0.05
HSL 350º 0.94% 0.49% -
HSV(B) 350º 0.97% 0.95% -
XYZ 37.22 19.26 4.44 -
YUV 82.41 108.02 241.83 -
System Red Green Blue C M Y K H S L
Decimal 242 8 47 0 0.97 0.81 0.05 350 0.94 0.49
Hex F2 8 2F 0 61 51 5 15E 5E 31
Octal 362 10 57 0 141 121 5 536 136 61
Binary 11110010 1000 101111 0 1100001 1010001 101 101011110 1011110 110001

Color Harmonies of #F2082F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2082F

Black with #F2082F

Text Example


Text Example

White with #F2082F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2082F; }

 p { color: rgb(242,8,47); }

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

background-color css

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

 a { background-color: rgb(242,8,47); }

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

border-color css

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

 span { border-color: rgb(242,8,47); }

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