Html Css Color HEX #F81543 Torch Red

📋 copy color: '#F81543'

red 248 ◦ green 21 ◦ blue 67

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

Shades of Torch Red #F81543

Tints of Torch Red #F81543

RGB

 RED value IS 248 (97.27% from 255) = 73.81%

 GREEN value IS 21 (8.59% from 255) = 6.25%

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

R = 73.81%
G = 6.25%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#F81543 (or 0xF81543) is known color: Torch Red. HEX triplet: F8, 15 and 43. RGB value is (248,21,67). Sum of RGB (Red+Green+Blue) = 248+21+67=336 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.81% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 67 (26.56% from 255 or 19.94% from 336); Max value from RGB is 248 - color contains mainly: red. Hex color #F81543 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81543 is #07EABC. Grayscale: #5E5E5E. Windows color (decimal): -518845 or 4396536. OLE color: 4396536.

HSL color Cylindrical-coordinate representation of color #F81543: hue angle of 347.84º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F81543 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 21 67 -
CMYK 0 0.92 0.73 0.03
HSL 347.84º 0.94% 0.53% -
HSV(B) 347.84º 0.92% 0.97% -
XYZ 39.99 20.9 7.24 -
YUV 94.12 112.71 237.76 -
System Red Green Blue C M Y K H S L
Decimal 248 21 67 0 0.92 0.73 0.03 347.84 0.94 0.53
Hex F8 15 43 0 5C 49 3 15C 5E 35
Octal 370 25 103 0 134 111 3 534 136 65
Binary 11111000 10101 1000011 0 1011100 1001001 11 101011100 1011110 110101

Color Harmonies of #F81543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81543

Black with #F81543

Text Example


Text Example

White with #F81543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81543; }

 p { color: rgb(248,21,67); }

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

background-color css

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

 a { background-color: rgb(248,21,67); }

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

border-color css

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

 span { border-color: rgb(248,21,67); }

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