Html Css Color HEX #F9100A Red

📋 copy color: '#F9100A'

red 249 ◦ green 16 ◦ blue 10

#F9100A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red #F9100A

Tints of Red #F9100A

RGB

 RED value IS 249 (97.66% from 255) = 90.55%

 GREEN value IS 16 (6.64% from 255) = 5.82%

 BLUE value IS 10 (4.3% from 255) = 3.64%

R = 90.55%
G = 5.82%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F9100A (or 0xF9100A) is known color: Red. HEX triplet: F9, 10 and 0A. RGB value is (249,16,10). Sum of RGB (Red+Green+Blue) = 249+16+10=275 (36% of max value = 765). Red value is 249 (97.66% from 255 or 90.55% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 10 (4.30% from 255 or 3.64% from 275); Max value from RGB is 249 - color contains mainly: red. Hex color #F9100A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9100A is #06EFF5. Grayscale: #555555. Windows color (decimal): -454646 or 659705. OLE color: 659705.

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

Color convert

RGB 249 16 10 -
CMYK 0 0.94 0.96 0.02
HSL 1.51º 0.95% 0.51% -
HSV(B) 1.51º 0.96% 0.98% -
XYZ 39.31 20.53 2.18 -
YUV 84.98 85.69 244.99 -
System Red Green Blue C M Y K H S L
Decimal 249 16 10 0 0.94 0.96 0.02 1.51 0.95 0.51
Hex F9 10 A 0 5E 60 2 2 5F 33
Octal 371 20 12 0 136 140 2 2 137 63
Binary 11111001 10000 1010 0 1011110 1100000 10 10 1011111 110011

Color Harmonies of #F9100A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9100A

Black with #F9100A

Text Example


Text Example

White with #F9100A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9100A; }

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

 H1.HeaderClassName
 {
   color: #F9100A;
 }
 .AnyTagClassName
 {
   color: #F9100A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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