Html Css Color HEX #F6200C Scarlet

📋 copy color: '#F6200C'

red 246 ◦ green 32 ◦ blue 12

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

Shades of Scarlet #F6200C

Tints of Scarlet #F6200C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.03%

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

R = 84.83%
G = 11.03%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6200C (or 0xF6200C) is known color: Scarlet. HEX triplet: F6, 20 and 0C. RGB value is (246,32,12). Sum of RGB (Red+Green+Blue) = 246+32+12=290 (38% of max value = 765). Red value is 246 (96.48% from 255 or 84.83% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 246 - color contains mainly: red. Hex color #F6200C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6200C is #09DFF3. Grayscale: #5D5D5D. Windows color (decimal): -647156 or 794870. OLE color: 794870.

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

Color convert

RGB 246 32 12 -
CMYK 0 0.87 0.95 0.04
HSL 5.13º 0.93% 0.51% -
HSV(B) 5.13º 0.95% 0.96% -
XYZ 38.59 20.65 2.3 -
YUV 93.71 81.9 236.63 -
System Red Green Blue C M Y K H S L
Decimal 246 32 12 0 0.87 0.95 0.04 5.13 0.93 0.51
Hex F6 20 C 0 57 5F 4 5 5D 33
Octal 366 40 14 0 127 137 4 5 135 63
Binary 11110110 100000 1100 0 1010111 1011111 100 101 1011101 110011

Color Harmonies of #F6200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6200C

Black with #F6200C

Text Example


Text Example

White with #F6200C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6200C; }

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

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

background-color css

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

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

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

border-color css

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

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

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