Html Css Color HEX #F2003C Torch Red

📋 copy color: '#F2003C'

red 242 ◦ green 0 ◦ blue 60

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

Shades of Torch Red #F2003C

Tints of Torch Red #F2003C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.87%

R = 80.13%
G = 0%
B = 19.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F2003C (or 0xF2003C) is known color: Torch Red. HEX triplet: F2, 00 and 3C. RGB value is (242,0,60). Sum of RGB (Red+Green+Blue) = 242+0+60=302 (40% of max value = 765). Red value is 242 (94.92% from 255 or 80.13% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 242 - color contains mainly: red. Hex color #F2003C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2003C is #0DFFC3. Grayscale: #4F4F4F. Windows color (decimal): -917444 or 3932402. OLE color: 3932402.

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

Color convert

RGB 242 0 60 -
CMYK 0 1 0.75 0.05
HSL 345.12º 1% 0.47% -
HSV(B) 345.12º 1% 0.95% -
XYZ 37.43 19.2 6.01 -
YUV 79.2 117.17 244.12 -
System Red Green Blue C M Y K H S L
Decimal 242 0 60 0 1 0.75 0.05 345.12 1 0.47
Hex F2 0 3C 0 64 4B 5 159 64 2F
Octal 362 0 74 0 144 113 5 531 144 57
Binary 11110010 0 111100 0 1100100 1001011 101 101011001 1100100 101111

Color Harmonies of #F2003C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2003C

Black with #F2003C

Text Example


Text Example

White with #F2003C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2003C; }

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

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

background-color css

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

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

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

border-color css

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

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

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