Html Css Color HEX #F0190F Scarlet

📋 copy color: '#F0190F'

red 240 ◦ green 25 ◦ blue 15

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

Shades of Scarlet #F0190F

Tints of Scarlet #F0190F

RGB

 RED value IS 240 (94.14% from 255) = 85.71%

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

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

R = 85.71%
G = 8.93%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0190F (or 0xF0190F) is known color: Scarlet. HEX triplet: F0, 19 and 0F. RGB value is (240,25,15). Sum of RGB (Red+Green+Blue) = 240+25+15=280 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.71% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 15 (6.25% from 255 or 5.36% from 280); Max value from RGB is 240 - color contains mainly: red. Hex color #F0190F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0190F is #0FE6F0. Grayscale: #585858. Windows color (decimal): -1042161 or 989680. OLE color: 989680.

HSL color Cylindrical-coordinate representation of color #F0190F: hue angle of 2.67º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0190F is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 25 15 -
CMYK 0 0.90 0.94 0.06
HSL 2.67º 0.88% 0.5% -
HSV(B) 2.67º 0.94% 0.94% -
XYZ 36.37 19.26 2.25 -
YUV 88.15 86.73 236.31 -
System Red Green Blue C M Y K H S L
Decimal 240 25 15 0 0.90 0.94 0.06 2.67 0.88 0.5
Hex F0 19 F 0 5A 5E 6 3 58 32
Octal 360 31 17 0 132 136 6 3 130 62
Binary 11110000 11001 1111 0 1011010 1011110 110 11 1011000 110010

Color Harmonies of #F0190F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0190F

Black with #F0190F

Text Example


Text Example

White with #F0190F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0190F; }

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

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

background-color css

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

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

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

border-color css

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

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

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