#F63005

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

Shades of Scarlet #F63005

Tints of Scarlet #F63005

Color information

#F63005 (or 0xF63005) is unknown color: approx Scarlet. HEX triplet: F6, 30 and 05. RGB value is (246,48,5). Sum of RGB (Red+Green+Blue) = 246+48+5=299 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82.27% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 5 (2.34% from 255 or 1.67% from 299); Max value from RGB is 246 - color contains mainly: red. Hex color #F63005 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63005 is #09CFFA. Grayscale: #666666. Windows color (decimal): -643067 or 340214. OLE color: 340214.

HSL color Cylindrical-coordinate representation of color #F63005: hue angle of 10.71º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F63005 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB246485-
CMYK00.800.980.04
HSL10.71º96.02%49.22%-
HSV(B)10.71º97.97%96.47%-
XYZ39.0921.722.28-
YUV102.373.1230.5-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 82.27%
GREEN value IS 48 (19.14% from 255) = 16.05%
BLUE value IS 5 (2.34% from 255) = 1.67%
R=82.27%
G=16.05%
B=1.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.98
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24648500.800.980.0410.7196.0249.22
HexF6305050624b6031
Octal366605012014241314061
Binary1111011011000010101010000110001010010111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F63005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F63005; }

 p { color: rgb(246,48,5); }

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

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

 a { background-color: rgb(246,48,5); }

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

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

 span { border-color: rgb(246,48,5); }

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