#F01200

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

Shades of Scarlet #F01200

Tints of Scarlet #F01200

Color information

#F01200 (or 0xF01200) is unknown color: approx Scarlet. HEX triplet: F0, 12 and 00. RGB value is (240,18,0). Sum of RGB (Red+Green+Blue) = 240+18+0=258 (34% of max value = 765). Red value is 240 (94.14% from 255 or 93.02% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 240 - color contains mainly: red. Hex color #F01200 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01200 is #0FEDFF. Grayscale: #525252. Windows color (decimal): -1043968 or 4848. OLE color: 4848.

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

Color convert

RGB240180-
CMYK00.9210.06
HSL4.5º100%47.06%-
HSV(B)4.5º100%94.12%-
XYZ36.1518.961.75-
YUV82.3381.55240.46-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 93.02%
GREEN value IS 18 (7.42% from 255) = 6.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=93.02%
G=6.98%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 1
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018000.9210.064.510047.06
HexF012005C6464642f
Octal36022001341446414457
Binary111100001001000101110011001001101001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01200; }

 p { color: rgb(240,18,0); }

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

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

 a { background-color: rgb(240,18,0); }

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

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

 span { border-color: rgb(240,18,0); }

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