#F6350F

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

Shades of Scarlet #F6350F

Tints of Scarlet #F6350F

Color information

#F6350F (or 0xF6350F) is unknown color: approx Scarlet. HEX triplet: F6, 35 and 0F. RGB value is (246,53,15). Sum of RGB (Red+Green+Blue) = 246+53+15=314 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.34% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 15 (6.25% from 255 or 4.78% from 314); Max value from RGB is 246 - color contains mainly: red. Hex color #F6350F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6350F is #09CAF0. Grayscale: #6A6A6A. Windows color (decimal): -641777 or 996854. OLE color: 996854.

HSL color Cylindrical-coordinate representation of color #F6350F: hue angle of 9.87º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F6350F is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB2465315-
CMYK00.780.940.04
HSL9.87º92.77%51.18%-
HSV(B)9.87º93.9%96.47%-
XYZ39.3722.172.66-
YUV106.3776.44227.59-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 78.34%
GREEN value IS 53 (21.09% from 255) = 16.88%
BLUE value IS 15 (6.25% from 255) = 4.78%
R=78.34%
G=16.88%
B=4.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246531500.780.940.049.8792.7751.18
HexF635F04E5E4a5d33
Octal3666517011613641213563
Binary11110110110101111101001110101111010010101011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6350F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6350F; }

 p { color: rgb(246,53,15); }

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

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

 a { background-color: rgb(246,53,15); }

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

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

 span { border-color: rgb(246,53,15); }

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