Html Css Color HEX #F6100B Red

📋 copy color: '#F6100B'

red 246 ◦ green 16 ◦ blue 11

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

Shades of Red #F6100B

Tints of Red #F6100B

RGB

 RED value IS 246 (96.48% from 255) = 90.11%

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

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

R = 90.11%
G = 5.86%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F6100B (or 0xF6100B) is known color: Red. HEX triplet: F6, 10 and 0B. RGB value is (246,16,11). Sum of RGB (Red+Green+Blue) = 246+16+11=273 (36% of max value = 765). Red value is 246 (96.48% from 255 or 90.11% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 11 (4.69% from 255 or 4.03% from 273); Max value from RGB is 246 - color contains mainly: red. Hex color #F6100B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F6100B is #09EFF4. Grayscale: #545454. Windows color (decimal): -651253 or 725238. OLE color: 725238.

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

Color convert

RGB 246 16 11 -
CMYK 0 0.93 0.96 0.04
HSL 1.28º 0.93% 0.5% -
HSV(B) 1.28º 0.96% 0.96% -
XYZ 38.25 19.99 2.16 -
YUV 84.2 86.7 243.41 -
System Red Green Blue C M Y K H S L
Decimal 246 16 11 0 0.93 0.96 0.04 1.28 0.93 0.5
Hex F6 10 B 0 5D 60 4 1 5D 32
Octal 366 20 13 0 135 140 4 1 135 62
Binary 11110110 10000 1011 0 1011101 1100000 100 1 1011101 110010

Color Harmonies of #F6100B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6100B

Black with #F6100B

Text Example


Text Example

White with #F6100B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6100B; }

 p { color: rgb(246,16,11); }

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

background-color css

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

 a { background-color: rgb(246,16,11); }

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

border-color css

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

 span { border-color: rgb(246,16,11); }

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