Html Css Color HEX #F2003F Torch Red

📋 copy color: '#F2003F'

red 242 ◦ green 0 ◦ blue 63

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

Shades of Torch Red #F2003F

Tints of Torch Red #F2003F

RGB

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

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

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

R = 79.34%
G = 0%
B = 20.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F2003F (or 0xF2003F) is known color: Torch Red. HEX triplet: F2, 00 and 3F. RGB value is (242,0,63). Sum of RGB (Red+Green+Blue) = 242+0+63=305 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.34% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 242 - color contains mainly: red. Hex color #F2003F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2003F is #0DFFC0. Grayscale: #4F4F4F. Windows color (decimal): -917441 or 4129010. OLE color: 4129010.

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

Color convert

RGB 242 0 63 -
CMYK 0 1 0.74 0.05
HSL 344.38º 1% 0.47% -
HSV(B) 344.38º 1% 0.95% -
XYZ 37.52 19.24 6.44 -
YUV 79.54 118.67 243.88 -
System Red Green Blue C M Y K H S L
Decimal 242 0 63 0 1 0.74 0.05 344.38 1 0.47
Hex F2 0 3F 0 64 4A 5 158 64 2F
Octal 362 0 77 0 144 112 5 530 144 57
Binary 11110010 0 111111 0 1100100 1001010 101 101011000 1100100 101111

Color Harmonies of #F2003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2003F

Black with #F2003F

Text Example


Text Example

White with #F2003F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2003F; }

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

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

background-color css

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

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

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

border-color css

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

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

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