Html Css Color HEX #F0062A Torch Red

📋 copy color: '#F0062A'

red 240 ◦ green 6 ◦ blue 42

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

Shades of Torch Red #F0062A

Tints of Torch Red #F0062A

RGB

 RED value IS 240 (94.14% from 255) = 83.33%

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

 BLUE value IS 42 (16.8% from 255) = 14.58%

R = 83.33%
G = 2.08%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0062A (or 0xF0062A) is known color: Torch Red. HEX triplet: F0, 06 and 2A. RGB value is (240,6,42). Sum of RGB (Red+Green+Blue) = 240+6+42=288 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.33% from 288); Green value is 6 (2.73% from 255 or 2.08% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 240 - color contains mainly: red. Hex color #F0062A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0062A is #0FF9D5. Grayscale: #505050. Windows color (decimal): -1046998 or 2754288. OLE color: 2754288.

HSL color Cylindrical-coordinate representation of color #F0062A: hue angle of 350.77º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0062A is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 6 42 -
CMYK 0 0.98 0.82 0.06
HSL 350.77º 0.95% 0.48% -
HSV(B) 350.77º 0.98% 0.94% -
XYZ 36.42 18.82 3.9 -
YUV 80.07 106.52 242.07 -
System Red Green Blue C M Y K H S L
Decimal 240 6 42 0 0.98 0.82 0.06 350.77 0.95 0.48
Hex F0 6 2A 0 62 52 6 15F 5F 30
Octal 360 6 52 0 142 122 6 537 137 60
Binary 11110000 110 101010 0 1100010 1010010 110 101011111 1011111 110000

Color Harmonies of #F0062A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0062A

Black with #F0062A

Text Example


Text Example

White with #F0062A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0062A; }

 p { color: rgb(240,6,42); }

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

background-color css

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

 a { background-color: rgb(240,6,42); }

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

border-color css

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

 span { border-color: rgb(240,6,42); }

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