Html Css Color HEX #F2083F Torch Red

📋 copy color: '#F2083F'

red 242 ◦ green 8 ◦ blue 63

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

Shades of Torch Red #F2083F

Tints of Torch Red #F2083F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.13%

R = 77.32%
G = 2.56%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F2083F (or 0xF2083F) is known color: Torch Red. HEX triplet: F2, 08 and 3F. RGB value is (242,8,63). Sum of RGB (Red+Green+Blue) = 242+8+63=313 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.32% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 242 - color contains mainly: red. Hex color #F2083F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2083F is #0DF7C0. Grayscale: #545454. Windows color (decimal): -915393 or 4131058. OLE color: 4131058.

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

Color convert

RGB 242 8 63 -
CMYK 0 0.97 0.74 0.05
HSL 345.9º 0.94% 0.49% -
HSV(B) 345.9º 0.97% 0.95% -
XYZ 37.6 19.41 6.47 -
YUV 84.24 116.02 240.53 -
System Red Green Blue C M Y K H S L
Decimal 242 8 63 0 0.97 0.74 0.05 345.9 0.94 0.49
Hex F2 8 3F 0 61 4A 5 15A 5E 31
Octal 362 10 77 0 141 112 5 532 136 61
Binary 11110010 1000 111111 0 1100001 1001010 101 101011010 1011110 110001

Color Harmonies of #F2083F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2083F

Black with #F2083F

Text Example


Text Example

White with #F2083F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2083F; }

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

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

background-color css

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

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

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

border-color css

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

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

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