Html Css Color HEX #F30347 Torch Red

📋 copy color: '#F30347'

red 243 ◦ green 3 ◦ blue 71

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

Shades of Torch Red #F30347

Tints of Torch Red #F30347

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.95%

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

R = 76.66%
G = 0.95%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F30347 (or 0xF30347) is known color: Torch Red. HEX triplet: F3, 03 and 47. RGB value is (243,3,71). Sum of RGB (Red+Green+Blue) = 243+3+71=317 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.66% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 71 (28.12% from 255 or 22.40% from 317); Max value from RGB is 243 - color contains mainly: red. Hex color #F30347 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30347 is #0CFCB8. Grayscale: #525252. Windows color (decimal): -851129 or 4654067. OLE color: 4654067.

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

Color convert

RGB 243 3 71 -
CMYK 0 0.99 0.71 0.05
HSL 343º 0.98% 0.48% -
HSV(B) 343º 0.99% 0.95% -
XYZ 38.13 19.57 7.73 -
YUV 82.51 121.51 242.47 -
System Red Green Blue C M Y K H S L
Decimal 243 3 71 0 0.99 0.71 0.05 343 0.98 0.48
Hex F3 3 47 0 63 47 5 157 62 30
Octal 363 3 107 0 143 107 5 527 142 60
Binary 11110011 11 1000111 0 1100011 1000111 101 101010111 1100010 110000

Color Harmonies of #F30347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30347

Black with #F30347

Text Example


Text Example

White with #F30347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30347; }

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

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

background-color css

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

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

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

border-color css

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

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

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