Html Css Color HEX #F2062F Torch Red

📋 copy color: '#F2062F'

red 242 ◦ green 6 ◦ blue 47

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

Shades of Torch Red #F2062F

Tints of Torch Red #F2062F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.03%

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

R = 82.03%
G = 2.03%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2062F (or 0xF2062F) is known color: Torch Red. HEX triplet: F2, 06 and 2F. RGB value is (242,6,47). Sum of RGB (Red+Green+Blue) = 242+6+47=295 (39% of max value = 765). Red value is 242 (94.92% from 255 or 82.03% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 242 - color contains mainly: red. Hex color #F2062F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2062F is #0DF9D0. Grayscale: #515151. Windows color (decimal): -915921 or 3081970. OLE color: 3081970.

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

Color convert

RGB 242 6 47 -
CMYK 0 0.98 0.81 0.05
HSL 349.58º 0.95% 0.49% -
HSV(B) 349.58º 0.98% 0.95% -
XYZ 37.2 19.21 4.44 -
YUV 81.24 108.69 242.67 -
System Red Green Blue C M Y K H S L
Decimal 242 6 47 0 0.98 0.81 0.05 349.58 0.95 0.49
Hex F2 6 2F 0 62 51 5 15E 5F 31
Octal 362 6 57 0 142 121 5 536 137 61
Binary 11110010 110 101111 0 1100010 1010001 101 101011110 1011111 110001

Color Harmonies of #F2062F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2062F

Black with #F2062F

Text Example


Text Example

White with #F2062F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2062F; }

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

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

background-color css

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

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

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

border-color css

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

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

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