Html Css Color HEX #F31042 Torch Red

📋 copy color: '#F31042'

red 243 ◦ green 16 ◦ blue 66

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

Shades of Torch Red #F31042

Tints of Torch Red #F31042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.31%

R = 74.77%
G = 4.92%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F31042 (or 0xF31042) is known color: Torch Red. HEX triplet: F3, 10 and 42. RGB value is (243,16,66). Sum of RGB (Red+Green+Blue) = 243+16+66=325 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.77% from 325); Green value is 16 (6.64% from 255 or 4.92% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 243 - color contains mainly: red. Hex color #F31042 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31042 is #0CEFBD. Grayscale: #595959. Windows color (decimal): -847806 or 4329715. OLE color: 4329715.

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

Color convert

RGB 243 16 66 -
CMYK 0 0.93 0.73 0.05
HSL 346.78º 0.9% 0.51% -
HSV(B) 346.78º 0.93% 0.95% -
XYZ 38.13 19.82 6.97 -
YUV 89.57 114.71 237.43 -
System Red Green Blue C M Y K H S L
Decimal 243 16 66 0 0.93 0.73 0.05 346.78 0.9 0.51
Hex F3 10 42 0 5D 49 5 15B 5A 33
Octal 363 20 102 0 135 111 5 533 132 63
Binary 11110011 10000 1000010 0 1011101 1001001 101 101011011 1011010 110011

Color Harmonies of #F31042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31042

Black with #F31042

Text Example


Text Example

White with #F31042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31042; }

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

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

background-color css

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

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

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

border-color css

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

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

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