Html Css Color HEX #F6290B Scarlet

📋 copy color: '#F6290B'

red 246 ◦ green 41 ◦ blue 11

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

Shades of Scarlet #F6290B

Tints of Scarlet #F6290B

RGB

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

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

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

R = 82.55%
G = 13.76%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F6290B (or 0xF6290B) is known color: Scarlet. HEX triplet: F6, 29 and 0B. RGB value is (246,41,11). Sum of RGB (Red+Green+Blue) = 246+41+11=298 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82.55% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 246 - color contains mainly: red. Hex color #F6290B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6290B is #09D6F4. Grayscale: #636363. Windows color (decimal): -644853 or 731638. OLE color: 731638.

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

Color convert

RGB 246 41 11 -
CMYK 0 0.83 0.96 0.04
HSL 7.66º 0.93% 0.5% -
HSV(B) 7.66º 0.96% 0.96% -
XYZ 38.86 21.2 2.36 -
YUV 98.88 78.42 232.94 -
System Red Green Blue C M Y K H S L
Decimal 246 41 11 0 0.83 0.96 0.04 7.66 0.93 0.5
Hex F6 29 B 0 53 60 4 8 5D 32
Octal 366 51 13 0 123 140 4 10 135 62
Binary 11110110 101001 1011 0 1010011 1100000 100 1000 1011101 110010

Color Harmonies of #F6290B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6290B

Black with #F6290B

Text Example


Text Example

White with #F6290B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6290B; }

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

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

background-color css

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

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

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

border-color css

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

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

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