Html Css Color HEX #F31048 Torch Red

📋 copy color: '#F31048'

red 243 ◦ green 16 ◦ blue 72

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

Shades of Torch Red #F31048

Tints of Torch Red #F31048

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.83%

 BLUE value IS 72 (28.52% from 255) = 21.75%

R = 73.41%
G = 4.83%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F31048 (or 0xF31048) is known color: Torch Red. HEX triplet: F3, 10 and 48. RGB value is (243,16,72). Sum of RGB (Red+Green+Blue) = 243+16+72=331 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.41% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 243 - color contains mainly: red. Hex color #F31048 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31048 is #0CEFB7. Grayscale: #5A5A5A. Windows color (decimal): -847800 or 4722931. OLE color: 4722931.

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

Color convert

RGB 243 16 72 -
CMYK 0 0.93 0.70 0.05
HSL 345.2º 0.9% 0.51% -
HSV(B) 345.2º 0.93% 0.95% -
XYZ 38.32 19.89 7.95 -
YUV 90.26 117.71 236.95 -
System Red Green Blue C M Y K H S L
Decimal 243 16 72 0 0.93 0.70 0.05 345.2 0.9 0.51
Hex F3 10 48 0 5D 46 5 159 5A 33
Octal 363 20 110 0 135 106 5 531 132 63
Binary 11110011 10000 1001000 0 1011101 1000110 101 101011001 1011010 110011

Color Harmonies of #F31048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31048

Black with #F31048

Text Example


Text Example

White with #F31048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31048; }

 p { color: rgb(243,16,72); }

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

background-color css

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

 a { background-color: rgb(243,16,72); }

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

border-color css

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

 span { border-color: rgb(243,16,72); }

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