Html Css Color HEX #F6130F Red

📋 copy color: '#F6130F'

red 246 ◦ green 19 ◦ blue 15

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

Shades of Red #F6130F

Tints of Red #F6130F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.36%

R = 87.86%
G = 6.79%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F6130F (or 0xF6130F) is known color: Red. HEX triplet: F6, 13 and 0F. RGB value is (246,19,15). Sum of RGB (Red+Green+Blue) = 246+19+15=280 (37% of max value = 765). Red value is 246 (96.48% from 255 or 87.86% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 15 (6.25% from 255 or 5.36% from 280); Max value from RGB is 246 - color contains mainly: red. Hex color #F6130F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F6130F is #09ECF0. Grayscale: #565656. Windows color (decimal): -650481 or 988150. OLE color: 988150.

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

Color convert

RGB 246 19 15 -
CMYK 0 0.92 0.94 0.04
HSL 1.04º 0.93% 0.51% -
HSV(B) 1.04º 0.94% 0.96% -
XYZ 38.33 20.09 2.31 -
YUV 86.42 87.71 241.83 -
System Red Green Blue C M Y K H S L
Decimal 246 19 15 0 0.92 0.94 0.04 1.04 0.93 0.51
Hex F6 13 F 0 5C 5E 4 1 5D 33
Octal 366 23 17 0 134 136 4 1 135 63
Binary 11110110 10011 1111 0 1011100 1011110 100 1 1011101 110011

Color Harmonies of #F6130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6130F

Black with #F6130F

Text Example


Text Example

White with #F6130F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6130F; }

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

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

background-color css

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

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

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

border-color css

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

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

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