Html Css Color HEX #F30446 Torch Red

📋 copy color: '#F30446'

red 243 ◦ green 4 ◦ blue 70

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

Shades of Torch Red #F30446

Tints of Torch Red #F30446

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.26%

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

R = 76.66%
G = 1.26%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F30446 (or 0xF30446) is known color: Torch Red. HEX triplet: F3, 04 and 46. RGB value is (243,4,70). Sum of RGB (Red+Green+Blue) = 243+4+70=317 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.66% from 317); Green value is 4 (1.95% from 255 or 1.26% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 243 - color contains mainly: red. Hex color #F30446 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30446 is #0CFBB9. Grayscale: #525252. Windows color (decimal): -850874 or 4588787. OLE color: 4588787.

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

Color convert

RGB 243 4 70 -
CMYK 0 0.98 0.71 0.05
HSL 343.43º 0.97% 0.48% -
HSV(B) 343.43º 0.98% 0.95% -
XYZ 38.11 19.58 7.57 -
YUV 82.99 120.68 242.13 -
System Red Green Blue C M Y K H S L
Decimal 243 4 70 0 0.98 0.71 0.05 343.43 0.97 0.48
Hex F3 4 46 0 62 47 5 157 61 30
Octal 363 4 106 0 142 107 5 527 141 60
Binary 11110011 100 1000110 0 1100010 1000111 101 101010111 1100001 110000

Color Harmonies of #F30446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30446

Black with #F30446

Text Example


Text Example

White with #F30446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30446; }

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

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

background-color css

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

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

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

border-color css

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

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

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