Html Css Color HEX #F9190E Scarlet

📋 copy color: '#F9190E'

red 249 ◦ green 25 ◦ blue 14

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

Shades of Scarlet #F9190E

Tints of Scarlet #F9190E

RGB

 RED value IS 249 (97.66% from 255) = 86.46%

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

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

R = 86.46%
G = 8.68%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#F9190E (or 0xF9190E) is known color: Scarlet. HEX triplet: F9, 19 and 0E. RGB value is (249,25,14). Sum of RGB (Red+Green+Blue) = 249+25+14=288 (38% of max value = 765). Red value is 249 (97.66% from 255 or 86.46% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 14 (5.86% from 255 or 4.86% from 288); Max value from RGB is 249 - color contains mainly: red. Hex color #F9190E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9190E is #06E6F1. Grayscale: #5A5A5A. Windows color (decimal): -452338 or 924153. OLE color: 924153.

HSL color Cylindrical-coordinate representation of color #F9190E: hue angle of 2.81º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F9190E is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 25 14 -
CMYK 0 0.90 0.94 0.02
HSL 2.81º 0.95% 0.52% -
HSV(B) 2.81º 0.94% 0.98% -
XYZ 39.49 20.87 2.36 -
YUV 90.72 84.71 240.89 -
System Red Green Blue C M Y K H S L
Decimal 249 25 14 0 0.90 0.94 0.02 2.81 0.95 0.52
Hex F9 19 E 0 5A 5E 2 3 5F 34
Octal 371 31 16 0 132 136 2 3 137 64
Binary 11111001 11001 1110 0 1011010 1011110 10 11 1011111 110100

Color Harmonies of #F9190E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9190E

Black with #F9190E

Text Example


Text Example

White with #F9190E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9190E; }

 p { color: rgb(249,25,14); }

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

background-color css

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

 a { background-color: rgb(249,25,14); }

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

border-color css

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

 span { border-color: rgb(249,25,14); }

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