Html Css Color HEX #F0190A Scarlet

📋 copy color: '#F0190A'

red 240 ◦ green 25 ◦ blue 10

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

Shades of Scarlet #F0190A

Tints of Scarlet #F0190A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.64%

R = 87.27%
G = 9.09%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F0190A (or 0xF0190A) is known color: Scarlet. HEX triplet: F0, 19 and 0A. RGB value is (240,25,10). Sum of RGB (Red+Green+Blue) = 240+25+10=275 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.27% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 10 (4.30% from 255 or 3.64% from 275); Max value from RGB is 240 - color contains mainly: red. Hex color #F0190A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0190A is #0FE6F5. Grayscale: #575757. Windows color (decimal): -1042166 or 662000. OLE color: 662000.

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

Color convert

RGB 240 25 10 -
CMYK 0 0.90 0.96 0.06
HSL 3.91º 0.92% 0.49% -
HSV(B) 3.91º 0.96% 0.94% -
XYZ 36.34 19.24 2.09 -
YUV 87.58 84.23 236.72 -
System Red Green Blue C M Y K H S L
Decimal 240 25 10 0 0.90 0.96 0.06 3.91 0.92 0.49
Hex F0 19 A 0 5A 60 6 4 5C 31
Octal 360 31 12 0 132 140 6 4 134 61
Binary 11110000 11001 1010 0 1011010 1100000 110 100 1011100 110001

Color Harmonies of #F0190A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0190A

Black with #F0190A

Text Example


Text Example

White with #F0190A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0190A; }

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

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

background-color css

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

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

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

border-color css

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

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

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