Html Css Color HEX #F6170F Scarlet

📋 copy color: '#F6170F'

red 246 ◦ green 23 ◦ blue 15

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

Shades of Scarlet #F6170F

Tints of Scarlet #F6170F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.1%

 BLUE value IS 15 (6.25% from 255) = 5.28%

R = 86.62%
G = 8.1%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F6170F (or 0xF6170F) is known color: Scarlet. HEX triplet: F6, 17 and 0F. RGB value is (246,23,15). Sum of RGB (Red+Green+Blue) = 246+23+15=284 (37% of max value = 765). Red value is 246 (96.48% from 255 or 86.62% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 246 - color contains mainly: red. Hex color #F6170F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F6170F is #09E8F0. Grayscale: #595959. Windows color (decimal): -649457 or 989174. OLE color: 989174.

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

Color convert

RGB 246 23 15 -
CMYK 0 0.91 0.94 0.04
HSL 2.08º 0.93% 0.51% -
HSV(B) 2.08º 0.94% 0.96% -
XYZ 38.4 20.24 2.33 -
YUV 88.77 86.38 240.15 -
System Red Green Blue C M Y K H S L
Decimal 246 23 15 0 0.91 0.94 0.04 2.08 0.93 0.51
Hex F6 17 F 0 5B 5E 4 2 5D 33
Octal 366 27 17 0 133 136 4 2 135 63
Binary 11110110 10111 1111 0 1011011 1011110 100 10 1011101 110011

Color Harmonies of #F6170F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6170F

Black with #F6170F

Text Example


Text Example

White with #F6170F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6170F; }

 p { color: rgb(246,23,15); }

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

background-color css

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

 a { background-color: rgb(246,23,15); }

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

border-color css

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

 span { border-color: rgb(246,23,15); }

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