Html Css Color HEX #F6260A Scarlet

📋 copy color: '#F6260A'

red 246 ◦ green 38 ◦ blue 10

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

Shades of Scarlet #F6260A

Tints of Scarlet #F6260A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.93%

 BLUE value IS 10 (4.3% from 255) = 3.4%

R = 83.67%
G = 12.93%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F6260A (or 0xF6260A) is known color: Scarlet. HEX triplet: F6, 26 and 0A. RGB value is (246,38,10). Sum of RGB (Red+Green+Blue) = 246+38+10=294 (38% of max value = 765). Red value is 246 (96.48% from 255 or 83.67% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 10 (4.30% from 255 or 3.40% from 294); Max value from RGB is 246 - color contains mainly: red. Hex color #F6260A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6260A is #09D9F5. Grayscale: #616161. Windows color (decimal): -645622 or 665334. OLE color: 665334.

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

Color convert

RGB 246 38 10 -
CMYK 0 0.85 0.96 0.04
HSL 7.12º 0.93% 0.5% -
HSV(B) 7.12º 0.96% 0.96% -
XYZ 38.75 21 2.3 -
YUV 97 78.91 234.28 -
System Red Green Blue C M Y K H S L
Decimal 246 38 10 0 0.85 0.96 0.04 7.12 0.93 0.5
Hex F6 26 A 0 55 60 4 7 5D 32
Octal 366 46 12 0 125 140 4 7 135 62
Binary 11110110 100110 1010 0 1010101 1100000 100 111 1011101 110010

Color Harmonies of #F6260A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6260A

Black with #F6260A

Text Example


Text Example

White with #F6260A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6260A; }

 p { color: rgb(246,38,10); }

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

background-color css

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

 a { background-color: rgb(246,38,10); }

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

border-color css

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

 span { border-color: rgb(246,38,10); }

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