Html Css Color HEX #F6180A Scarlet

📋 copy color: '#F6180A'

red 246 ◦ green 24 ◦ blue 10

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

Shades of Scarlet #F6180A

Tints of Scarlet #F6180A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.57%

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

R = 87.86%
G = 8.57%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F6180A (or 0xF6180A) is known color: Scarlet. HEX triplet: F6, 18 and 0A. RGB value is (246,24,10). Sum of RGB (Red+Green+Blue) = 246+24+10=280 (37% of max value = 765). Red value is 246 (96.48% from 255 or 87.86% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 10 (4.30% from 255 or 3.57% from 280); Max value from RGB is 246 - color contains mainly: red. Hex color #F6180A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F6180A is #09E7F5. Grayscale: #595959. Windows color (decimal): -649206 or 661750. OLE color: 661750.

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

Color convert

RGB 246 24 10 -
CMYK 0 0.90 0.96 0.04
HSL 3.56º 0.93% 0.5% -
HSV(B) 3.56º 0.96% 0.96% -
XYZ 38.39 20.27 2.18 -
YUV 88.78 83.55 240.14 -
System Red Green Blue C M Y K H S L
Decimal 246 24 10 0 0.90 0.96 0.04 3.56 0.93 0.5
Hex F6 18 A 0 5A 60 4 4 5D 32
Octal 366 30 12 0 132 140 4 4 135 62
Binary 11110110 11000 1010 0 1011010 1100000 100 100 1011101 110010

Color Harmonies of #F6180A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6180A

Black with #F6180A

Text Example


Text Example

White with #F6180A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6180A; }

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

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

background-color css

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

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

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

border-color css

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

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

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