Html Css Color HEX #F5160C Scarlet

📋 copy color: '#F5160C'

red 245 ◦ green 22 ◦ blue 12

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

Shades of Scarlet #F5160C

Tints of Scarlet #F5160C

RGB

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

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

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

R = 87.81%
G = 7.89%
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

#F5160C (or 0xF5160C) is known color: Scarlet. HEX triplet: F5, 16 and 0C. RGB value is (245,22,12). Sum of RGB (Red+Green+Blue) = 245+22+12=279 (36% of max value = 765). Red value is 245 (96.09% from 255 or 87.81% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 245 - color contains mainly: red. Hex color #F5160C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F5160C is #0AE9F3. Grayscale: #575757. Windows color (decimal): -715252 or 792309. OLE color: 792309.

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

Color convert

RGB 245 22 12 -
CMYK 0 0.91 0.95 0.04
HSL 2.58º 0.92% 0.5% -
HSV(B) 2.58º 0.95% 0.96% -
XYZ 38.01 20.01 2.21 -
YUV 87.54 85.38 240.31 -
System Red Green Blue C M Y K H S L
Decimal 245 22 12 0 0.91 0.95 0.04 2.58 0.92 0.5
Hex F5 16 C 0 5B 5F 4 3 5C 32
Octal 365 26 14 0 133 137 4 3 134 62
Binary 11110101 10110 1100 0 1011011 1011111 100 11 1011100 110010

Color Harmonies of #F5160C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5160C

Black with #F5160C

Text Example


Text Example

White with #F5160C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5160C; }

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

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

background-color css

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

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

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

border-color css

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

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

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