Html Css Color HEX #F30A39 Torch Red

📋 copy color: '#F30A39'

red 243 ◦ green 10 ◦ blue 57

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

Shades of Torch Red #F30A39

Tints of Torch Red #F30A39

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.23%

 BLUE value IS 57 (22.66% from 255) = 18.39%

R = 78.39%
G = 3.23%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F30A39 (or 0xF30A39) is known color: Torch Red. HEX triplet: F3, 0A and 39. RGB value is (243,10,57). Sum of RGB (Red+Green+Blue) = 243+10+57=310 (41% of max value = 765). Red value is 243 (95.31% from 255 or 78.39% from 310); Green value is 10 (4.30% from 255 or 3.23% from 310); Blue value is 57 (22.66% from 255 or 18.39% from 310); Max value from RGB is 243 - color contains mainly: red. Hex color #F30A39 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30A39 is #0CF5C6. Grayscale: #555555. Windows color (decimal): -849351 or 3738355. OLE color: 3738355.

HSL color Cylindrical-coordinate representation of color #F30A39: hue angle of 347.9º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F30A39 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 10 57 -
CMYK 0 0.96 0.77 0.05
HSL 347.9º 0.92% 0.5% -
HSV(B) 347.9º 0.96% 0.95% -
XYZ 37.81 19.57 5.65 -
YUV 85.03 112.19 240.68 -
System Red Green Blue C M Y K H S L
Decimal 243 10 57 0 0.96 0.77 0.05 347.9 0.92 0.5
Hex F3 A 39 0 60 4D 5 15C 5C 32
Octal 363 12 71 0 140 115 5 534 134 62
Binary 11110011 1010 111001 0 1100000 1001101 101 101011100 1011100 110010

Color Harmonies of #F30A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30A39

Black with #F30A39

Text Example


Text Example

White with #F30A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30A39; }

 p { color: rgb(243,10,57); }

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

background-color css

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

 a { background-color: rgb(243,10,57); }

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

border-color css

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

 span { border-color: rgb(243,10,57); }

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