Html Css Color HEX #F6150C Scarlet

📋 copy color: '#F6150C'

red 246 ◦ green 21 ◦ blue 12

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

Shades of Scarlet #F6150C

Tints of Scarlet #F6150C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.53%

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

R = 88.17%
G = 7.53%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6150C (or 0xF6150C) is known color: Scarlet. HEX triplet: F6, 15 and 0C. RGB value is (246,21,12). Sum of RGB (Red+Green+Blue) = 246+21+12=279 (36% of max value = 765). Red value is 246 (96.48% from 255 or 88.17% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 246 - color contains mainly: red. Hex color #F6150C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F6150C is #09EAF3. Grayscale: #575757. Windows color (decimal): -649972 or 792054. OLE color: 792054.

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

Color convert

RGB 246 21 12 -
CMYK 0 0.91 0.95 0.04
HSL 2.31º 0.93% 0.51% -
HSV(B) 2.31º 0.95% 0.96% -
XYZ 38.34 20.16 2.22 -
YUV 87.25 85.54 241.23 -
System Red Green Blue C M Y K H S L
Decimal 246 21 12 0 0.91 0.95 0.04 2.31 0.93 0.51
Hex F6 15 C 0 5B 5F 4 2 5D 33
Octal 366 25 14 0 133 137 4 2 135 63
Binary 11110110 10101 1100 0 1011011 1011111 100 10 1011101 110011

Color Harmonies of #F6150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6150C

Black with #F6150C

Text Example


Text Example

White with #F6150C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6150C; }

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

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

background-color css

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

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

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

border-color css

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

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

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