#F91000

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

Shades of Red #F91000

Tints of Red #F91000

Color information

#F91000 (or 0xF91000) is unknown color: approx Red. HEX triplet: F9, 10 and 00. RGB value is (249,16,0). Sum of RGB (Red+Green+Blue) = 249+16+0=265 (35% of max value = 765). Red value is 249 (97.66% from 255 or 93.96% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 249 - color contains mainly: red. Hex color #F91000 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91000 is #06EFFF. Grayscale: #545454. Windows color (decimal): -454656 or 4345. OLE color: 4345.

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

Color convert

RGB249160-
CMYK00.9410.02
HSL3.86º100%48.82%-
HSV(B)3.86º100%97.65%-
XYZ39.2520.511.89-
YUV83.8480.69245.8-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 93.96%
GREEN value IS 16 (6.64% from 255) = 6.04%
BLUE value IS 0 (0.39% from 255) = 0%
R=93.96%
G=6.04%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 1
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916000.9410.023.8610048.82
HexF910005E64246431
Octal37120001361442414461
Binary11111001100000010111101100100101001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F91000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F91000; }

 p { color: rgb(249,16,0); }

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

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

 a { background-color: rgb(249,16,0); }

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

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

 span { border-color: rgb(249,16,0); }

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