#F3290A

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

Shades of Scarlet #F3290A

Tints of Scarlet #F3290A

Color information

#F3290A (or 0xF3290A) is unknown color: approx Scarlet. HEX triplet: F3, 29 and 0A. RGB value is (243,41,10). Sum of RGB (Red+Green+Blue) = 243+41+10=294 (38% of max value = 765). Red value is 243 (95.31% from 255 or 82.65% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 10 (4.30% from 255 or 3.40% from 294); Max value from RGB is 243 - color contains mainly: red. Hex color #F3290A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3290A is #0CD6F5. Grayscale: #626262. Windows color (decimal): -841462 or 666099. OLE color: 666099.

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

Color convert

RGB2434110-
CMYK00.830.960.05
HSL7.98º92.09%49.61%-
HSV(B)7.98º95.88%95.29%-
XYZ37.8120.662.28-
YUV97.8678.42231.52-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 82.65%
GREEN value IS 41 (16.41% from 255) = 13.95%
BLUE value IS 10 (4.30% from 255) = 3.40%
R=82.65%
G=13.95%
B=3.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243411000.830.960.057.9892.0949.61
HexF329A05360585c32
Octal3635112012314051013462
Binary11110011101001101001010011110000010110001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3290A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3290A; }

 p { color: rgb(243,41,10); }

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

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

 a { background-color: rgb(243,41,10); }

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

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

 span { border-color: rgb(243,41,10); }

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