#FA2116

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

Shades of Scarlet #FA2116

Tints of Scarlet #FA2116

Color information

#FA2116 (or 0xFA2116) is unknown color: approx Scarlet. HEX triplet: FA, 21 and 16. RGB value is (250,33,22). Sum of RGB (Red+Green+Blue) = 250+33+22=305 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.97% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2116 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2116 is #05DEE9. Grayscale: #606060. Windows color (decimal): -384746 or 1450490. OLE color: 1450490.

HSL color Cylindrical-coordinate representation of color #FA2116: hue angle of 2.89º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA2116 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB2503322-
CMYK00.870.910.02
HSL2.89º95.8%53.33%-
HSV(B)2.89º91.2%98.04%-
XYZ40.1121.472.79-
YUV96.6385.89237.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 81.97%
GREEN value IS 33 (13.28% from 255) = 10.82%
BLUE value IS 22 (8.98% from 255) = 7.21%
R=81.97%
G=10.82%
B=7.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.91
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250332200.870.910.022.8995.853.33
HexFA21160575B236035
Octal372412601271332314065
Binary111110101000011011001010111101101110111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA2116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA2116; }

 p { color: rgb(250,33,22); }

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

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

 a { background-color: rgb(250,33,22); }

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

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

 span { border-color: rgb(250,33,22); }

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