Html Css Color HEX #F20030 Torch Red

📋 copy color: '#F20030'

red 242 ◦ green 0 ◦ blue 48

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

Shades of Torch Red #F20030

Tints of Torch Red #F20030

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 48 (19.14% from 255) = 16.55%

R = 83.45%
G = 0%
B = 16.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F20030 (or 0xF20030) is known color: Torch Red. HEX triplet: F2, 00 and 30. RGB value is (242,0,48). Sum of RGB (Red+Green+Blue) = 242+0+48=290 (38% of max value = 765). Red value is 242 (94.92% from 255 or 83.45% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 48 (19.14% from 255 or 16.55% from 290); Max value from RGB is 242 - color contains mainly: red. Hex color #F20030 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20030 is #0DFFCF. Grayscale: #4D4D4D. Windows color (decimal): -917456 or 3145970. OLE color: 3145970.

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

Color convert

RGB 242 0 48 -
CMYK 0 1 0.80 0.05
HSL 348.1º 1% 0.47% -
HSV(B) 348.1º 1% 0.95% -
XYZ 37.15 19.09 4.52 -
YUV 77.83 111.17 245.1 -
System Red Green Blue C M Y K H S L
Decimal 242 0 48 0 1 0.80 0.05 348.1 1 0.47
Hex F2 0 30 0 64 50 5 15C 64 2F
Octal 362 0 60 0 144 120 5 534 144 57
Binary 11110010 0 110000 0 1100100 1010000 101 101011100 1100100 101111

Color Harmonies of #F20030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20030

Black with #F20030

Text Example


Text Example

White with #F20030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20030; }

 p { color: rgb(242,0,48); }

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

background-color css

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

 a { background-color: rgb(242,0,48); }

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

border-color css

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

 span { border-color: rgb(242,0,48); }

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