Html Css Color HEX #F6150E Scarlet

📋 copy color: '#F6150E'

red 246 ◦ green 21 ◦ blue 14

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

Shades of Scarlet #F6150E

Tints of Scarlet #F6150E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.98%

R = 87.54%
G = 7.47%
B = 4.98%

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

#F6150E (or 0xF6150E) is known color: Scarlet. HEX triplet: F6, 15 and 0E. RGB value is (246,21,14). Sum of RGB (Red+Green+Blue) = 246+21+14=281 (37% of max value = 765). Red value is 246 (96.48% from 255 or 87.54% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 14 (5.86% from 255 or 4.98% from 281); Max value from RGB is 246 - color contains mainly: red. Hex color #F6150E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F6150E is #09EAF1. Grayscale: #575757. Windows color (decimal): -649970 or 923126. OLE color: 923126.

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

Color convert

RGB 246 21 14 -
CMYK 0 0.91 0.94 0.04
HSL 1.81º 0.93% 0.51% -
HSV(B) 1.81º 0.94% 0.96% -
XYZ 38.35 20.16 2.29 -
YUV 87.48 86.54 241.07 -
System Red Green Blue C M Y K H S L
Decimal 246 21 14 0 0.91 0.94 0.04 1.81 0.93 0.51
Hex F6 15 E 0 5B 5E 4 2 5D 33
Octal 366 25 16 0 133 136 4 2 135 63
Binary 11110110 10101 1110 0 1011011 1011110 100 10 1011101 110011

Color Harmonies of #F6150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6150E

Black with #F6150E

Text Example


Text Example

White with #F6150E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6150E; }

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

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

background-color css

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

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

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

border-color css

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

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

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