Html Css Color HEX #F81043 Torch Red

📋 copy color: '#F81043'

red 248 ◦ green 16 ◦ blue 67

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

Shades of Torch Red #F81043

Tints of Torch Red #F81043

RGB

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

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

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

R = 74.92%
G = 4.83%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#F81043 (or 0xF81043) is known color: Torch Red. HEX triplet: F8, 10 and 43. RGB value is (248,16,67). Sum of RGB (Red+Green+Blue) = 248+16+67=331 (43% of max value = 765). Red value is 248 (97.27% from 255 or 74.92% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 67 (26.56% from 255 or 20.24% from 331); Max value from RGB is 248 - color contains mainly: red. Hex color #F81043 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81043 is #07EFBC. Grayscale: #5B5B5B. Windows color (decimal): -520125 or 4395256. OLE color: 4395256.

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

Color convert

RGB 248 16 67 -
CMYK 0 0.94 0.73 0.03
HSL 346.81º 0.94% 0.52% -
HSV(B) 346.81º 0.94% 0.97% -
XYZ 39.91 20.73 7.21 -
YUV 91.18 114.36 239.85 -
System Red Green Blue C M Y K H S L
Decimal 248 16 67 0 0.94 0.73 0.03 346.81 0.94 0.52
Hex F8 10 43 0 5E 49 3 15B 5E 34
Octal 370 20 103 0 136 111 3 533 136 64
Binary 11111000 10000 1000011 0 1011110 1001001 11 101011011 1011110 110100

Color Harmonies of #F81043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81043

Black with #F81043

Text Example


Text Example

White with #F81043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81043; }

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

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

background-color css

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

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

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

border-color css

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

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

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