Html Css Color HEX #F0170A Scarlet

📋 copy color: '#F0170A'

red 240 ◦ green 23 ◦ blue 10

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

Shades of Scarlet #F0170A

Tints of Scarlet #F0170A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.42%

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

R = 87.91%
G = 8.42%
B = 3.66%

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

#F0170A (or 0xF0170A) is known color: Scarlet. HEX triplet: F0, 17 and 0A. RGB value is (240,23,10). Sum of RGB (Red+Green+Blue) = 240+23+10=273 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.91% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 240 - color contains mainly: red. Hex color #F0170A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0170A is #0FE8F5. Grayscale: #565656. Windows color (decimal): -1042678 or 661488. OLE color: 661488.

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

Color convert

RGB 240 23 10 -
CMYK 0 0.90 0.96 0.06
HSL 3.39º 0.92% 0.49% -
HSV(B) 3.39º 0.96% 0.94% -
XYZ 36.3 19.16 2.07 -
YUV 86.4 84.89 237.56 -
System Red Green Blue C M Y K H S L
Decimal 240 23 10 0 0.90 0.96 0.06 3.39 0.92 0.49
Hex F0 17 A 0 5A 60 6 3 5C 31
Octal 360 27 12 0 132 140 6 3 134 61
Binary 11110000 10111 1010 0 1011010 1100000 110 11 1011100 110001

Color Harmonies of #F0170A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0170A

Black with #F0170A

Text Example


Text Example

White with #F0170A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0170A; }

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

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

background-color css

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

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

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

border-color css

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

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

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