Html Css Color HEX #F81F10 Scarlet

📋 copy color: '#F81F10'

red 248 ◦ green 31 ◦ blue 16

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

Shades of Scarlet #F81F10

Tints of Scarlet #F81F10

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.51%

 BLUE value IS 16 (6.64% from 255) = 5.42%

R = 84.07%
G = 10.51%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F81F10 (or 0xF81F10) is known color: Scarlet. HEX triplet: F8, 1F and 10. RGB value is (248,31,16). Sum of RGB (Red+Green+Blue) = 248+31+16=295 (39% of max value = 765). Red value is 248 (97.27% from 255 or 84.07% from 295); Green value is 31 (12.5% from 255 or 10.51% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 248 - color contains mainly: red. Hex color #F81F10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F81F10 is #07E0EF. Grayscale: #5E5E5E. Windows color (decimal): -516336 or 1056760. OLE color: 1056760.

HSL color Cylindrical-coordinate representation of color #F81F10: hue angle of 3.88º 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 #F81F10 is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 31 16 -
CMYK 0 0.88 0.94 0.03
HSL 3.88º 0.94% 0.52% -
HSV(B) 3.88º 0.94% 0.97% -
XYZ 39.29 20.97 2.47 -
YUV 94.17 83.89 237.72 -
System Red Green Blue C M Y K H S L
Decimal 248 31 16 0 0.88 0.94 0.03 3.88 0.94 0.52
Hex F8 1F 10 0 58 5E 3 4 5E 34
Octal 370 37 20 0 130 136 3 4 136 64
Binary 11111000 11111 10000 0 1011000 1011110 11 100 1011110 110100

Color Harmonies of #F81F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81F10

Black with #F81F10

Text Example


Text Example

White with #F81F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81F10; }

 p { color: rgb(248,31,16); }

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

background-color css

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

 a { background-color: rgb(248,31,16); }

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

border-color css

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

 span { border-color: rgb(248,31,16); }

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