Html Css Color HEX #F9190C Scarlet

📋 copy color: '#F9190C'

red 249 ◦ green 25 ◦ blue 12

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

Shades of Scarlet #F9190C

Tints of Scarlet #F9190C

RGB

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

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

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

R = 87.06%
G = 8.74%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9190C (or 0xF9190C) is known color: Scarlet. HEX triplet: F9, 19 and 0C. RGB value is (249,25,12). Sum of RGB (Red+Green+Blue) = 249+25+12=286 (37% of max value = 765). Red value is 249 (97.66% from 255 or 87.06% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 249 - color contains mainly: red. Hex color #F9190C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9190C is #06E6F3. Grayscale: #5A5A5A. Windows color (decimal): -452340 or 793081. OLE color: 793081.

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

Color convert

RGB 249 25 12 -
CMYK 0 0.90 0.95 0.02
HSL 3.29º 0.95% 0.51% -
HSV(B) 3.29º 0.95% 0.98% -
XYZ 39.48 20.86 2.29 -
YUV 90.49 83.71 241.06 -
System Red Green Blue C M Y K H S L
Decimal 249 25 12 0 0.90 0.95 0.02 3.29 0.95 0.51
Hex F9 19 C 0 5A 5F 2 3 5F 33
Octal 371 31 14 0 132 137 2 3 137 63
Binary 11111001 11001 1100 0 1011010 1011111 10 11 1011111 110011

Color Harmonies of #F9190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9190C

Black with #F9190C

Text Example


Text Example

White with #F9190C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9190C; }

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

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

background-color css

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

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

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

border-color css

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

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

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