#F81A09

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

Shades of Scarlet #F81A09

Tints of Scarlet #F81A09

Color information

#F81A09 (or 0xF81A09) is unknown color: approx Scarlet. HEX triplet: F8, 1A and 09. RGB value is (248,26,9). Sum of RGB (Red+Green+Blue) = 248+26+9=283 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.63% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 9 (3.91% from 255 or 3.18% from 283); Max value from RGB is 248 - color contains mainly: red. Hex color #F81A09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F81A09 is #07E5F6. Grayscale: #5A5A5A. Windows color (decimal): -517623 or 596728. OLE color: 596728.

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

Color convert

RGB248269-
CMYK00.900.960.03
HSL4.27º94.47%50.39%-
HSV(B)4.27º96.37%97.25%-
XYZ39.1320.712.19-
YUV90.4482.05240.38-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 87.63%
GREEN value IS 26 (10.55% from 255) = 9.19%
BLUE value IS 9 (3.91% from 255) = 3.18%
R=87.63%
G=9.19%
B=3.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.96
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24826900.900.960.034.2794.4750.39
HexF81A905A60345e32
Octal370321101321403413662
Binary11111000110101001010110101100000111001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F81A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F81A09; }

 p { color: rgb(248,26,9); }

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

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

 a { background-color: rgb(248,26,9); }

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

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

 span { border-color: rgb(248,26,9); }

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