Html Css Color HEX #F5190C Scarlet

📋 copy color: '#F5190C'

red 245 ◦ green 25 ◦ blue 12

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

Shades of Scarlet #F5190C

Tints of Scarlet #F5190C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.87%

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

R = 86.88%
G = 8.87%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F5190C (or 0xF5190C) is known color: Scarlet. HEX triplet: F5, 19 and 0C. RGB value is (245,25,12). Sum of RGB (Red+Green+Blue) = 245+25+12=282 (37% of max value = 765). Red value is 245 (96.09% from 255 or 86.88% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 245 - color contains mainly: red. Hex color #F5190C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F5190C is #0AE6F3. Grayscale: #595959. Windows color (decimal): -714484 or 793077. OLE color: 793077.

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

Color convert

RGB 245 25 12 -
CMYK 0 0.90 0.95 0.04
HSL 3.35º 0.92% 0.5% -
HSV(B) 3.35º 0.95% 0.96% -
XYZ 38.07 20.13 2.23 -
YUV 89.3 84.39 239.06 -
System Red Green Blue C M Y K H S L
Decimal 245 25 12 0 0.90 0.95 0.04 3.35 0.92 0.5
Hex F5 19 C 0 5A 5F 4 3 5C 32
Octal 365 31 14 0 132 137 4 3 134 62
Binary 11110101 11001 1100 0 1011010 1011111 100 11 1011100 110010

Color Harmonies of #F5190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5190C

Black with #F5190C

Text Example


Text Example

White with #F5190C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5190C; }

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

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

background-color css

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

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

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

border-color css

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

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

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