#F61301

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

Shades of Scarlet #F61301

Tints of Scarlet #F61301

Color information

#F61301 (or 0xF61301) is unknown color: approx Scarlet. HEX triplet: F6, 13 and 01. RGB value is (246,19,1). Sum of RGB (Red+Green+Blue) = 246+19+1=266 (35% of max value = 765). Red value is 246 (96.48% from 255 or 92.48% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 246 - color contains mainly: red. Hex color #F61301 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61301 is #09ECFE. Grayscale: #555555. Windows color (decimal): -650495 or 70646. OLE color: 70646.

HSL color Cylindrical-coordinate representation of color #F61301: hue angle of 4.41º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F61301 is Cyan = 0, Magento = 0.92, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB246191-
CMYK00.921.000.04
HSL4.41º99.19%48.43%-
HSV(B)4.41º99.59%96.47%-
XYZ38.2420.061.89-
YUV84.8280.71242.96-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 92.48%
GREEN value IS 19 (7.81% from 255) = 7.14%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=92.48%
G=7.14%
B=0.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 1.00
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619100.921.000.044.4199.1948.43
HexF613105C64446330
Octal36623101341444414360
Binary111101101001110101110011001001001001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F61301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F61301; }

 p { color: rgb(246,19,1); }

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

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

 a { background-color: rgb(246,19,1); }

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

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

 span { border-color: rgb(246,19,1); }

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