#F4150A

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

Shades of Scarlet #F4150A

Tints of Scarlet #F4150A

Color information

#F4150A (or 0xF4150A) is unknown color: approx Scarlet. HEX triplet: F4, 15 and 0A. RGB value is (244,21,10). Sum of RGB (Red+Green+Blue) = 244+21+10=275 (36% of max value = 765). Red value is 244 (95.70% from 255 or 88.73% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 10 (4.30% from 255 or 3.64% from 275); Max value from RGB is 244 - color contains mainly: red. Hex color #F4150A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F4150A is #0BEAF5. Grayscale: #565656. Windows color (decimal): -781046 or 660980. OLE color: 660980.

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

Color convert

RGB2442110-
CMYK00.910.960.04
HSL2.82º92.13%49.8%-
HSV(B)2.82º95.9%95.69%-
XYZ37.6319.792.12-
YUV86.4284.88240.39-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 88.73%
GREEN value IS 21 (8.59% from 255) = 7.64%
BLUE value IS 10 (4.30% from 255) = 3.64%
R=88.73%
G=7.64%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.96
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244211000.910.960.042.8292.1349.8
HexF415A05B60435c32
Octal364251201331404313462
Binary11110100101011010010110111100000100111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4150A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4150A; }

 p { color: rgb(244,21,10); }

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

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

 a { background-color: rgb(244,21,10); }

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

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

 span { border-color: rgb(244,21,10); }

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