Html Css Color HEX #F30449 Torch Red

📋 copy color: '#F30449'

red 243 ◦ green 4 ◦ blue 73

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

Shades of Torch Red #F30449

Tints of Torch Red #F30449

RGB

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

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

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

R = 75.94%
G = 1.25%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F30449 (or 0xF30449) is known color: Torch Red. HEX triplet: F3, 04 and 49. RGB value is (243,4,73). Sum of RGB (Red+Green+Blue) = 243+4+73=320 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.94% from 320); Green value is 4 (1.95% from 255 or 1.25% from 320); Blue value is 73 (28.91% from 255 or 22.81% from 320); Max value from RGB is 243 - color contains mainly: red. Hex color #F30449 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30449 is #0CFBB6. Grayscale: #535353. Windows color (decimal): -850871 or 4785395. OLE color: 4785395.

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

Color convert

RGB 243 4 73 -
CMYK 0 0.98 0.70 0.05
HSL 342.68º 0.97% 0.48% -
HSV(B) 342.68º 0.98% 0.95% -
XYZ 38.21 19.62 8.08 -
YUV 83.33 122.18 241.89 -
System Red Green Blue C M Y K H S L
Decimal 243 4 73 0 0.98 0.70 0.05 342.68 0.97 0.48
Hex F3 4 49 0 62 46 5 157 61 30
Octal 363 4 111 0 142 106 5 527 141 60
Binary 11110011 100 1001001 0 1100010 1000110 101 101010111 1100001 110000

Color Harmonies of #F30449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30449

Black with #F30449

Text Example


Text Example

White with #F30449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30449; }

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

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

background-color css

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

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

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

border-color css

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

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

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