Html Css Color HEX #F30F49 Torch Red

📋 copy color: '#F30F49'

red 243 ◦ green 15 ◦ blue 73

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

Shades of Torch Red #F30F49

Tints of Torch Red #F30F49

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.53%

 BLUE value IS 73 (28.91% from 255) = 22.05%

R = 73.41%
G = 4.53%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F30F49 (or 0xF30F49) is known color: Torch Red. HEX triplet: F3, 0F and 49. RGB value is (243,15,73). Sum of RGB (Red+Green+Blue) = 243+15+73=331 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.41% from 331); Green value is 15 (6.25% from 255 or 4.53% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 243 - color contains mainly: red. Hex color #F30F49 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30F49 is #0CF0B6. Grayscale: #595959. Windows color (decimal): -848055 or 4788211. OLE color: 4788211.

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

Color convert

RGB 243 15 73 -
CMYK 0 0.94 0.70 0.05
HSL 344.74º 0.9% 0.51% -
HSV(B) 344.74º 0.94% 0.95% -
XYZ 38.34 19.88 8.12 -
YUV 89.78 118.54 237.28 -
System Red Green Blue C M Y K H S L
Decimal 243 15 73 0 0.94 0.70 0.05 344.74 0.9 0.51
Hex F3 F 49 0 5E 46 5 159 5A 33
Octal 363 17 111 0 136 106 5 531 132 63
Binary 11110011 1111 1001001 0 1011110 1000110 101 101011001 1011010 110011

Color Harmonies of #F30F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30F49

Black with #F30F49

Text Example


Text Example

White with #F30F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30F49; }

 p { color: rgb(243,15,73); }

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

background-color css

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

 a { background-color: rgb(243,15,73); }

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

border-color css

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

 span { border-color: rgb(243,15,73); }

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