Html Css Color HEX #F6190E Scarlet

📋 copy color: '#F6190E'

red 246 ◦ green 25 ◦ blue 14

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

Shades of Scarlet #F6190E

Tints of Scarlet #F6190E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.77%

 BLUE value IS 14 (5.86% from 255) = 4.91%

R = 86.32%
G = 8.77%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F6190E (or 0xF6190E) is known color: Scarlet. HEX triplet: F6, 19 and 0E. RGB value is (246,25,14). Sum of RGB (Red+Green+Blue) = 246+25+14=285 (37% of max value = 765). Red value is 246 (96.48% from 255 or 86.32% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 14 (5.86% from 255 or 4.91% from 285); Max value from RGB is 246 - color contains mainly: red. Hex color #F6190E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F6190E is #09E6F1. Grayscale: #5A5A5A. Windows color (decimal): -648946 or 924150. OLE color: 924150.

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

Color convert

RGB 246 25 14 -
CMYK 0 0.90 0.94 0.04
HSL 2.84º 0.93% 0.51% -
HSV(B) 2.84º 0.94% 0.96% -
XYZ 38.43 20.32 2.31 -
YUV 89.83 85.22 239.39 -
System Red Green Blue C M Y K H S L
Decimal 246 25 14 0 0.90 0.94 0.04 2.84 0.93 0.51
Hex F6 19 E 0 5A 5E 4 3 5D 33
Octal 366 31 16 0 132 136 4 3 135 63
Binary 11110110 11001 1110 0 1011010 1011110 100 11 1011101 110011

Color Harmonies of #F6190E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6190E

Black with #F6190E

Text Example


Text Example

White with #F6190E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6190E; }

 p { color: rgb(246,25,14); }

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

background-color css

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

 a { background-color: rgb(246,25,14); }

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

border-color css

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

 span { border-color: rgb(246,25,14); }

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