#F01A01

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

Shades of Scarlet #F01A01

Tints of Scarlet #F01A01

Color information

#F01A01 (or 0xF01A01) is unknown color: approx Scarlet. HEX triplet: F0, 1A and 01. RGB value is (240,26,1). Sum of RGB (Red+Green+Blue) = 240+26+1=267 (35% of max value = 765). Red value is 240 (94.14% from 255 or 89.89% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 240 - color contains mainly: red. Hex color #F01A01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F01A01 is #0FE5FE. Grayscale: #575757. Windows color (decimal): -1041919 or 72432. OLE color: 72432.

HSL color Cylindrical-coordinate representation of color #F01A01: hue angle of 6.28º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F01A01 is Cyan = 0, Magento = 0.89, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB240261-
CMYK00.891.000.06
HSL6.28º99.17%47.25%-
HSV(B)6.28º99.58%94.12%-
XYZ36.3119.271.83-
YUV87.1479.4237.03-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 89.89%
GREEN value IS 26 (10.55% from 255) = 9.74%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=89.89%
G=9.74%
B=0.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 1.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24026100.891.000.066.2899.1747.25
HexF01A10596466632f
Octal36032101311446614357
Binary111100001101010101100111001001101101100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01A01; }

 p { color: rgb(240,26,1); }

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

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

 a { background-color: rgb(240,26,1); }

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

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

 span { border-color: rgb(240,26,1); }

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