Html Css Color HEX #F30546 Torch Red

📋 copy color: '#F30546'

red 243 ◦ green 5 ◦ blue 70

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

Shades of Torch Red #F30546

Tints of Torch Red #F30546

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.57%

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

R = 76.42%
G = 1.57%
B = 22.01%

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

#F30546 (or 0xF30546) is known color: Torch Red. HEX triplet: F3, 05 and 46. RGB value is (243,5,70). Sum of RGB (Red+Green+Blue) = 243+5+70=318 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.42% from 318); Green value is 5 (2.34% from 255 or 1.57% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 243 - color contains mainly: red. Hex color #F30546 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30546 is #0CFAB9. Grayscale: #535353. Windows color (decimal): -850618 or 4589043. OLE color: 4589043.

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

Color convert

RGB 243 5 70 -
CMYK 0 0.98 0.71 0.05
HSL 343.61º 0.96% 0.49% -
HSV(B) 343.61º 0.98% 0.95% -
XYZ 38.12 19.61 7.57 -
YUV 83.57 120.35 241.71 -
System Red Green Blue C M Y K H S L
Decimal 243 5 70 0 0.98 0.71 0.05 343.61 0.96 0.49
Hex F3 5 46 0 62 47 5 158 60 31
Octal 363 5 106 0 142 107 5 530 140 61
Binary 11110011 101 1000110 0 1100010 1000111 101 101011000 1100000 110001

Color Harmonies of #F30546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30546

Black with #F30546

Text Example


Text Example

White with #F30546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30546; }

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

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

background-color css

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

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

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

border-color css

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

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

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