Html Css Color HEX #F6291A Scarlet

📋 copy color: '#F6291A'

red 246 ◦ green 41 ◦ blue 26

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

Shades of Scarlet #F6291A

Tints of Scarlet #F6291A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.1%

 BLUE value IS 26 (10.55% from 255) = 8.31%

R = 78.59%
G = 13.1%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F6291A (or 0xF6291A) is known color: Scarlet. HEX triplet: F6, 29 and 1A. RGB value is (246,41,26). Sum of RGB (Red+Green+Blue) = 246+41+26=313 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.59% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 246 - color contains mainly: red. Hex color #F6291A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6291A is #09D6E5. Grayscale: #646464. Windows color (decimal): -644838 or 1714678. OLE color: 1714678.

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

Color convert

RGB 246 41 26 -
CMYK 0 0.83 0.89 0.04
HSL 4.09º 0.92% 0.53% -
HSV(B) 4.09º 0.89% 0.96% -
XYZ 38.99 21.25 3.02 -
YUV 100.59 85.92 231.72 -
System Red Green Blue C M Y K H S L
Decimal 246 41 26 0 0.83 0.89 0.04 4.09 0.92 0.53
Hex F6 29 1A 0 53 59 4 4 5C 35
Octal 366 51 32 0 123 131 4 4 134 65
Binary 11110110 101001 11010 0 1010011 1011001 100 100 1011100 110101

Color Harmonies of #F6291A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6291A

Black with #F6291A

Text Example


Text Example

White with #F6291A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6291A; }

 p { color: rgb(246,41,26); }

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

background-color css

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

 a { background-color: rgb(246,41,26); }

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

border-color css

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

 span { border-color: rgb(246,41,26); }

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