Html Css Color HEX #F6350C Scarlet

📋 copy color: '#F6350C'

red 246 ◦ green 53 ◦ blue 12

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

Shades of Scarlet #F6350C

Tints of Scarlet #F6350C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.04%

 BLUE value IS 12 (5.08% from 255) = 3.86%

R = 79.1%
G = 17.04%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6350C (or 0xF6350C) is known color: Scarlet. HEX triplet: F6, 35 and 0C. RGB value is (246,53,12). Sum of RGB (Red+Green+Blue) = 246+53+12=311 (41% of max value = 765). Red value is 246 (96.48% from 255 or 79.10% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 246 - color contains mainly: red. Hex color #F6350C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6350C is #09CAF3. Grayscale: #6A6A6A. Windows color (decimal): -641780 or 800246. OLE color: 800246.

HSL color Cylindrical-coordinate representation of color #F6350C: hue angle of 10.51º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F6350C is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 53 12 -
CMYK 0 0.78 0.95 0.04
HSL 10.51º 0.93% 0.51% -
HSV(B) 10.51º 0.95% 0.96% -
XYZ 39.35 22.17 2.55 -
YUV 106.03 74.94 227.83 -
System Red Green Blue C M Y K H S L
Decimal 246 53 12 0 0.78 0.95 0.04 10.51 0.93 0.51
Hex F6 35 C 0 4E 5F 4 B 5D 33
Octal 366 65 14 0 116 137 4 13 135 63
Binary 11110110 110101 1100 0 1001110 1011111 100 1011 1011101 110011

Color Harmonies of #F6350C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6350C

Black with #F6350C

Text Example


Text Example

White with #F6350C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6350C; }

 p { color: rgb(246,53,12); }

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

background-color css

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

 a { background-color: rgb(246,53,12); }

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

border-color css

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

 span { border-color: rgb(246,53,12); }

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