Html Css Color HEX #F30846 Torch Red

📋 copy color: '#F30846'

red 243 ◦ green 8 ◦ blue 70

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

Shades of Torch Red #F30846

Tints of Torch Red #F30846

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.49%

 BLUE value IS 70 (27.73% from 255) = 21.81%

R = 75.7%
G = 2.49%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F30846 (or 0xF30846) is known color: Torch Red. HEX triplet: F3, 08 and 46. RGB value is (243,8,70). Sum of RGB (Red+Green+Blue) = 243+8+70=321 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.70% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 243 - color contains mainly: red. Hex color #F30846 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30846 is #0CF7B9. Grayscale: #555555. Windows color (decimal): -849850 or 4589811. OLE color: 4589811.

HSL color Cylindrical-coordinate representation of color #F30846: hue angle of 344.17º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F30846 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 8 70 -
CMYK 0 0.97 0.71 0.05
HSL 344.17º 0.94% 0.49% -
HSV(B) 344.17º 0.97% 0.95% -
XYZ 38.15 19.67 7.58 -
YUV 85.33 119.36 240.46 -
System Red Green Blue C M Y K H S L
Decimal 243 8 70 0 0.97 0.71 0.05 344.17 0.94 0.49
Hex F3 8 46 0 61 47 5 158 5E 31
Octal 363 10 106 0 141 107 5 530 136 61
Binary 11110011 1000 1000110 0 1100001 1000111 101 101011000 1011110 110001

Color Harmonies of #F30846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30846

Black with #F30846

Text Example


Text Example

White with #F30846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30846; }

 p { color: rgb(243,8,70); }

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

background-color css

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

 a { background-color: rgb(243,8,70); }

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

border-color css

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

 span { border-color: rgb(243,8,70); }

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