#F81F15

Color #F81F15 Scarlet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet #F81F15

Tints of Scarlet #F81F15

Color information

#F81F15 (or 0xF81F15) is unknown color: approx Scarlet. HEX triplet: F8, 1F and 15. RGB value is (248,31,21). Sum of RGB (Red+Green+Blue) = 248+31+21=300 (39% of max value = 765). Red value is 248 (97.27% from 255 or 82.67% from 300); Green value is 31 (12.5% from 255 or 10.33% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 248 - color contains mainly: red. Hex color #F81F15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F81F15 is #07E0EA. Grayscale: #5F5F5F. Windows color (decimal): -516331 or 1384440. OLE color: 1384440.

HSL color Cylindrical-coordinate representation of color #F81F15: hue angle of 2.64º 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 #F81F15 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB2483121-
CMYK00.880.920.03
HSL2.64º94.19%52.75%-
HSV(B)2.64º91.53%97.25%-
XYZ39.3420.992.69-
YUV94.7486.39237.31-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 82.67%
GREEN value IS 31 (12.5% from 255) = 10.33%
BLUE value IS 21 (8.59% from 255) = 7%
R=82.67%
G=10.33%
B=7%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.92
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248312100.880.920.032.6494.1952.75
HexF81F150585C335e35
Octal370372501301343313665
Binary11111000111111010101011000101110011111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F81F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F81F15; }

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

 H1.HeaderClassName
 {
   color: #F81F15;
 }
 .AnyTagClassName
 {
   color: #F81F15;
 }
</style>
background-color css

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

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

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

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

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

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