Html Css Color HEX #F3003A Torch Red

📋 copy color: '#F3003A'

red 243 ◦ green 0 ◦ blue 58

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

Shades of Torch Red #F3003A

Tints of Torch Red #F3003A

RGB

 RED value IS 243 (95.31% from 255) = 80.73%

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

 BLUE value IS 58 (23.05% from 255) = 19.27%

R = 80.73%
G = 0%
B = 19.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F3003A (or 0xF3003A) is known color: Torch Red. HEX triplet: F3, 00 and 3A. RGB value is (243,0,58). Sum of RGB (Red+Green+Blue) = 243+0+58=301 (39% of max value = 765). Red value is 243 (95.31% from 255 or 80.73% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 243 - color contains mainly: red. Hex color #F3003A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3003A is #0CFFC5. Grayscale: #4F4F4F. Windows color (decimal): -851910 or 3801331. OLE color: 3801331.

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

Color convert

RGB 243 0 58 -
CMYK 0 1 0.76 0.05
HSL 345.68º 1% 0.48% -
HSV(B) 345.68º 1% 0.95% -
XYZ 37.73 19.36 5.75 -
YUV 79.27 116.01 244.78 -
System Red Green Blue C M Y K H S L
Decimal 243 0 58 0 1 0.76 0.05 345.68 1 0.48
Hex F3 0 3A 0 64 4C 5 15A 64 30
Octal 363 0 72 0 144 114 5 532 144 60
Binary 11110011 0 111010 0 1100100 1001100 101 101011010 1100100 110000

Color Harmonies of #F3003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3003A

Black with #F3003A

Text Example


Text Example

White with #F3003A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3003A; }

 p { color: rgb(243,0,58); }

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

background-color css

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

 a { background-color: rgb(243,0,58); }

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

border-color css

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

 span { border-color: rgb(243,0,58); }

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