#F01F03

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

Shades of Scarlet #F01F03

Tints of Scarlet #F01F03

Color information

#F01F03 (or 0xF01F03) is unknown color: approx Scarlet. HEX triplet: F0, 1F and 03. RGB value is (240,31,3). Sum of RGB (Red+Green+Blue) = 240+31+3=274 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.59% from 274); Green value is 31 (12.5% from 255 or 11.31% from 274); Blue value is 3 (1.56% from 255 or 1.09% from 274); Max value from RGB is 240 - color contains mainly: red. Hex color #F01F03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F01F03 is #0FE0FC. Grayscale: #5A5A5A. Windows color (decimal): -1040637 or 204784. OLE color: 204784.

HSL color Cylindrical-coordinate representation of color #F01F03: hue angle of 7.09º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F01F03 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB240313-
CMYK00.870.990.06
HSL7.09º97.53%47.65%-
HSV(B)7.09º98.75%94.12%-
XYZ36.4419.511.93-
YUV90.378.74234.78-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 87.59%
GREEN value IS 31 (12.5% from 255) = 11.31%
BLUE value IS 3 (1.56% from 255) = 1.09%
R=87.59%
G=11.31%
B=1.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.99
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24031300.870.990.067.0997.5347.65
HexF01F305763676230
Octal36037301271436714260
Binary1111000011111110101011111000111101111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01F03; }

 p { color: rgb(240,31,3); }

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

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

 a { background-color: rgb(240,31,3); }

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

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

 span { border-color: rgb(240,31,3); }

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