Html Css Color HEX #F5190F Scarlet

📋 copy color: '#F5190F'

red 245 ◦ green 25 ◦ blue 15

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

Shades of Scarlet #F5190F

Tints of Scarlet #F5190F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.26%

R = 85.96%
G = 8.77%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F5190F (or 0xF5190F) is known color: Scarlet. HEX triplet: F5, 19 and 0F. RGB value is (245,25,15). Sum of RGB (Red+Green+Blue) = 245+25+15=285 (37% of max value = 765). Red value is 245 (96.09% from 255 or 85.96% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 245 - color contains mainly: red. Hex color #F5190F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F5190F is #0AE6F0. Grayscale: #595959. Windows color (decimal): -714481 or 989685. OLE color: 989685.

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

Color convert

RGB 245 25 15 -
CMYK 0 0.90 0.94 0.04
HSL 2.61º 0.92% 0.51% -
HSV(B) 2.61º 0.94% 0.96% -
XYZ 38.09 20.14 2.33 -
YUV 89.64 85.89 238.81 -
System Red Green Blue C M Y K H S L
Decimal 245 25 15 0 0.90 0.94 0.04 2.61 0.92 0.51
Hex F5 19 F 0 5A 5E 4 3 5C 33
Octal 365 31 17 0 132 136 4 3 134 63
Binary 11110101 11001 1111 0 1011010 1011110 100 11 1011100 110011

Color Harmonies of #F5190F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5190F

Black with #F5190F

Text Example


Text Example

White with #F5190F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5190F; }

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

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

background-color css

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

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

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

border-color css

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

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

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