Html Css Color HEX #F5160B Scarlet

📋 copy color: '#F5160B'

red 245 ◦ green 22 ◦ blue 11

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

Shades of Scarlet #F5160B

Tints of Scarlet #F5160B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.96%

R = 88.13%
G = 7.91%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F5160B (or 0xF5160B) is known color: Scarlet. HEX triplet: F5, 16 and 0B. RGB value is (245,22,11). Sum of RGB (Red+Green+Blue) = 245+22+11=278 (36% of max value = 765). Red value is 245 (96.09% from 255 or 88.13% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 11 (4.69% from 255 or 3.96% from 278); Max value from RGB is 245 - color contains mainly: red. Hex color #F5160B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F5160B is #0AE9F4. Grayscale: #575757. Windows color (decimal): -715253 or 726773. OLE color: 726773.

HSL color Cylindrical-coordinate representation of color #F5160B: hue angle of 2.82º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5160B is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 22 11 -
CMYK 0 0.91 0.96 0.04
HSL 2.82º 0.92% 0.5% -
HSV(B) 2.82º 0.96% 0.96% -
XYZ 38 20.01 2.18 -
YUV 87.42 84.88 240.39 -
System Red Green Blue C M Y K H S L
Decimal 245 22 11 0 0.91 0.96 0.04 2.82 0.92 0.5
Hex F5 16 B 0 5B 60 4 3 5C 32
Octal 365 26 13 0 133 140 4 3 134 62
Binary 11110101 10110 1011 0 1011011 1100000 100 11 1011100 110010

Color Harmonies of #F5160B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5160B

Black with #F5160B

Text Example


Text Example

White with #F5160B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5160B; }

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

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

background-color css

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

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

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

border-color css

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

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

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