Html Css Color HEX #F81E40 Torch Red

📋 copy color: '#F81E40'

red 248 ◦ green 30 ◦ blue 64

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

Shades of Torch Red #F81E40

Tints of Torch Red #F81E40

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.77%

 BLUE value IS 64 (25.39% from 255) = 18.71%

R = 72.51%
G = 8.77%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F81E40 (or 0xF81E40) is known color: Torch Red. HEX triplet: F8, 1E and 40. RGB value is (248,30,64). Sum of RGB (Red+Green+Blue) = 248+30+64=342 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.51% from 342); Green value is 30 (12.11% from 255 or 8.77% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 248 - color contains mainly: red. Hex color #F81E40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F81E40 is #07E1BF. Grayscale: #636363. Windows color (decimal): -516544 or 4202232. OLE color: 4202232.

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

Color convert

RGB 248 30 64 -
CMYK 0 0.88 0.74 0.03
HSL 350.64º 0.94% 0.55% -
HSV(B) 350.64º 0.88% 0.97% -
XYZ 40.1 21.26 6.84 -
YUV 99.06 108.22 234.24 -
System Red Green Blue C M Y K H S L
Decimal 248 30 64 0 0.88 0.74 0.03 350.64 0.94 0.55
Hex F8 1E 40 0 58 4A 3 15F 5E 37
Octal 370 36 100 0 130 112 3 537 136 67
Binary 11111000 11110 1000000 0 1011000 1001010 11 101011111 1011110 110111

Color Harmonies of #F81E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81E40

Black with #F81E40

Text Example


Text Example

White with #F81E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81E40; }

 p { color: rgb(248,30,64); }

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

background-color css

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

 a { background-color: rgb(248,30,64); }

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

border-color css

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

 span { border-color: rgb(248,30,64); }

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