Html Css Color HEX #F30044 Torch Red

📋 copy color: '#F30044'

red 243 ◦ green 0 ◦ blue 68

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

Shades of Torch Red #F30044

Tints of Torch Red #F30044

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 68 (26.95% from 255) = 21.86%

R = 78.14%
G = 0%
B = 21.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F30044 (or 0xF30044) is known color: Torch Red. HEX triplet: F3, 00 and 44. RGB value is (243,0,68). Sum of RGB (Red+Green+Blue) = 243+0+68=311 (41% of max value = 765). Red value is 243 (95.31% from 255 or 78.14% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 243 - color contains mainly: red. Hex color #F30044 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30044 is #0CFFBB. Grayscale: #505050. Windows color (decimal): -851900 or 4456691. OLE color: 4456691.

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

Color convert

RGB 243 0 68 -
CMYK 0 1 0.72 0.05
HSL 343.21º 1% 0.48% -
HSV(B) 343.21º 1% 0.95% -
XYZ 38.01 19.47 7.22 -
YUV 80.41 121.01 243.97 -
System Red Green Blue C M Y K H S L
Decimal 243 0 68 0 1 0.72 0.05 343.21 1 0.48
Hex F3 0 44 0 64 48 5 157 64 30
Octal 363 0 104 0 144 110 5 527 144 60
Binary 11110011 0 1000100 0 1100100 1001000 101 101010111 1100100 110000

Color Harmonies of #F30044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30044

Black with #F30044

Text Example


Text Example

White with #F30044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30044; }

 p { color: rgb(243,0,68); }

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

background-color css

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

 a { background-color: rgb(243,0,68); }

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

border-color css

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

 span { border-color: rgb(243,0,68); }

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