Html Css Color HEX #F30847 Torch Red

📋 copy color: '#F30847'

red 243 ◦ green 8 ◦ blue 71

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

Shades of Torch Red #F30847

Tints of Torch Red #F30847

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.05%

R = 75.47%
G = 2.48%
B = 22.05%

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

#F30847 (or 0xF30847) is known color: Torch Red. HEX triplet: F3, 08 and 47. RGB value is (243,8,71). Sum of RGB (Red+Green+Blue) = 243+8+71=322 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.47% from 322); Green value is 8 (3.52% from 255 or 2.48% from 322); Blue value is 71 (28.12% from 255 or 22.05% from 322); Max value from RGB is 243 - color contains mainly: red. Hex color #F30847 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30847 is #0CF7B8. Grayscale: #555555. Windows color (decimal): -849849 or 4655347. OLE color: 4655347.

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

Color convert

RGB 243 8 71 -
CMYK 0 0.97 0.71 0.05
HSL 343.91º 0.94% 0.49% -
HSV(B) 343.91º 0.97% 0.95% -
XYZ 38.19 19.68 7.75 -
YUV 85.45 119.86 240.38 -
System Red Green Blue C M Y K H S L
Decimal 243 8 71 0 0.97 0.71 0.05 343.91 0.94 0.49
Hex F3 8 47 0 61 47 5 158 5E 31
Octal 363 10 107 0 141 107 5 530 136 61
Binary 11110011 1000 1000111 0 1100001 1000111 101 101011000 1011110 110001

Color Harmonies of #F30847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30847

Black with #F30847

Text Example


Text Example

White with #F30847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30847; }

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

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

background-color css

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

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

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

border-color css

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

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

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