Html Css Color HEX #F6130B Red

📋 copy color: '#F6130B'

red 246 ◦ green 19 ◦ blue 11

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

Shades of Red #F6130B

Tints of Red #F6130B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.88%

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

R = 89.13%
G = 6.88%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F6130B (or 0xF6130B) is known color: Red. HEX triplet: F6, 13 and 0B. RGB value is (246,19,11). Sum of RGB (Red+Green+Blue) = 246+19+11=276 (36% of max value = 765). Red value is 246 (96.48% from 255 or 89.13% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 246 - color contains mainly: red. Hex color #F6130B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F6130B is #09ECF4. Grayscale: #565656. Windows color (decimal): -650485 or 726006. OLE color: 726006.

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

Color convert

RGB 246 19 11 -
CMYK 0 0.92 0.96 0.04
HSL 2.04º 0.93% 0.5% -
HSV(B) 2.04º 0.96% 0.96% -
XYZ 38.3 20.08 2.17 -
YUV 85.96 85.71 242.15 -
System Red Green Blue C M Y K H S L
Decimal 246 19 11 0 0.92 0.96 0.04 2.04 0.93 0.5
Hex F6 13 B 0 5C 60 4 2 5D 32
Octal 366 23 13 0 134 140 4 2 135 62
Binary 11110110 10011 1011 0 1011100 1100000 100 10 1011101 110010

Color Harmonies of #F6130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6130B

Black with #F6130B

Text Example


Text Example

White with #F6130B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6130B; }

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

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

background-color css

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

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

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

border-color css

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

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

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