Html Css Color HEX #F5160E Scarlet

📋 copy color: '#F5160E'

red 245 ◦ green 22 ◦ blue 14

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

Shades of Scarlet #F5160E

Tints of Scarlet #F5160E

RGB

 RED value IS 245 (96.09% from 255) = 87.19%

 GREEN value IS 22 (8.98% from 255) = 7.83%

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

R = 87.19%
G = 7.83%
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

#F5160E (or 0xF5160E) is known color: Scarlet. HEX triplet: F5, 16 and 0E. RGB value is (245,22,14). Sum of RGB (Red+Green+Blue) = 245+22+14=281 (37% of max value = 765). Red value is 245 (96.09% from 255 or 87.19% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 14 (5.86% from 255 or 4.98% from 281); Max value from RGB is 245 - color contains mainly: red. Hex color #F5160E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F5160E is #0AE9F1. Grayscale: #585858. Windows color (decimal): -715250 or 923381. OLE color: 923381.

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

Color convert

RGB 245 22 14 -
CMYK 0 0.91 0.94 0.04
HSL 2.08º 0.92% 0.51% -
HSV(B) 2.08º 0.94% 0.96% -
XYZ 38.02 20.02 2.28 -
YUV 87.77 86.38 240.15 -
System Red Green Blue C M Y K H S L
Decimal 245 22 14 0 0.91 0.94 0.04 2.08 0.92 0.51
Hex F5 16 E 0 5B 5E 4 2 5C 33
Octal 365 26 16 0 133 136 4 2 134 63
Binary 11110101 10110 1110 0 1011011 1011110 100 10 1011100 110011

Color Harmonies of #F5160E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5160E

Black with #F5160E

Text Example


Text Example

White with #F5160E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5160E; }

 p { color: rgb(245,22,14); }

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

background-color css

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

 a { background-color: rgb(245,22,14); }

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

border-color css

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

 span { border-color: rgb(245,22,14); }

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