Html Css Color HEX #F9120B Red

📋 copy color: '#F9120B'

red 249 ◦ green 18 ◦ blue 11

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

Shades of Red #F9120B

Tints of Red #F9120B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.47%

 BLUE value IS 11 (4.69% from 255) = 3.96%

R = 89.57%
G = 6.47%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F9120B (or 0xF9120B) is known color: Red. HEX triplet: F9, 12 and 0B. RGB value is (249,18,11). Sum of RGB (Red+Green+Blue) = 249+18+11=278 (36% of max value = 765). Red value is 249 (97.66% from 255 or 89.57% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 11 (4.69% from 255 or 3.96% from 278); Max value from RGB is 249 - color contains mainly: red. Hex color #F9120B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9120B is #06EDF4. Grayscale: #565656. Windows color (decimal): -454133 or 725753. OLE color: 725753.

HSL color Cylindrical-coordinate representation of color #F9120B: hue angle of 1.76º 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 #F9120B is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 18 11 -
CMYK 0 0.93 0.96 0.02
HSL 1.76º 0.95% 0.51% -
HSV(B) 1.76º 0.96% 0.98% -
XYZ 39.34 20.6 2.22 -
YUV 86.27 85.53 244.07 -
System Red Green Blue C M Y K H S L
Decimal 249 18 11 0 0.93 0.96 0.02 1.76 0.95 0.51
Hex F9 12 B 0 5D 60 2 2 5F 33
Octal 371 22 13 0 135 140 2 2 137 63
Binary 11111001 10010 1011 0 1011101 1100000 10 10 1011111 110011

Color Harmonies of #F9120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9120B

Black with #F9120B

Text Example


Text Example

White with #F9120B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9120B; }

 p { color: rgb(249,18,11); }

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

background-color css

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

 a { background-color: rgb(249,18,11); }

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

border-color css

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

 span { border-color: rgb(249,18,11); }

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