Html Css Color HEX #F8170F Scarlet

📋 copy color: '#F8170F'

red 248 ◦ green 23 ◦ blue 15

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

Shades of Scarlet #F8170F

Tints of Scarlet #F8170F

RGB

 RED value IS 248 (97.27% from 255) = 86.71%

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

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

R = 86.71%
G = 8.04%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F8170F (or 0xF8170F) is known color: Scarlet. HEX triplet: F8, 17 and 0F. RGB value is (248,23,15). Sum of RGB (Red+Green+Blue) = 248+23+15=286 (37% of max value = 765). Red value is 248 (97.27% from 255 or 86.71% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 15 (6.25% from 255 or 5.24% from 286); Max value from RGB is 248 - color contains mainly: red. Hex color #F8170F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F8170F is #07E8F0. Grayscale: #595959. Windows color (decimal): -518385 or 989176. OLE color: 989176.

HSL color Cylindrical-coordinate representation of color #F8170F: hue angle of 2.06º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F8170F is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 23 15 -
CMYK 0 0.91 0.94 0.03
HSL 2.06º 0.94% 0.52% -
HSV(B) 2.06º 0.94% 0.97% -
XYZ 39.1 20.6 2.37 -
YUV 89.36 86.04 241.15 -
System Red Green Blue C M Y K H S L
Decimal 248 23 15 0 0.91 0.94 0.03 2.06 0.94 0.52
Hex F8 17 F 0 5B 5E 3 2 5E 34
Octal 370 27 17 0 133 136 3 2 136 64
Binary 11111000 10111 1111 0 1011011 1011110 11 10 1011110 110100

Color Harmonies of #F8170F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8170F

Black with #F8170F

Text Example


Text Example

White with #F8170F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8170F; }

 p { color: rgb(248,23,15); }

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

background-color css

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

 a { background-color: rgb(248,23,15); }

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

border-color css

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

 span { border-color: rgb(248,23,15); }

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