Html Css Color HEX #F30543 Torch Red

📋 copy color: '#F30543'

red 243 ◦ green 5 ◦ blue 67

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

Shades of Torch Red #F30543

Tints of Torch Red #F30543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.27%

R = 77.14%
G = 1.59%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F30543 (or 0xF30543) is known color: Torch Red. HEX triplet: F3, 05 and 43. RGB value is (243,5,67). Sum of RGB (Red+Green+Blue) = 243+5+67=315 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.14% from 315); Green value is 5 (2.34% from 255 or 1.59% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 243 - color contains mainly: red. Hex color #F30543 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30543 is #0CFABC. Grayscale: #535353. Windows color (decimal): -850621 or 4392435. OLE color: 4392435.

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

Color convert

RGB 243 5 67 -
CMYK 0 0.98 0.72 0.05
HSL 344.37º 0.96% 0.49% -
HSV(B) 344.37º 0.98% 0.95% -
XYZ 38.03 19.57 7.08 -
YUV 83.23 118.85 241.96 -
System Red Green Blue C M Y K H S L
Decimal 243 5 67 0 0.98 0.72 0.05 344.37 0.96 0.49
Hex F3 5 43 0 62 48 5 158 60 31
Octal 363 5 103 0 142 110 5 530 140 61
Binary 11110011 101 1000011 0 1100010 1001000 101 101011000 1100000 110001

Color Harmonies of #F30543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30543

Black with #F30543

Text Example


Text Example

White with #F30543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30543; }

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

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

background-color css

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

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

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

border-color css

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

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

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