Html Css Color HEX #F81F0B Scarlet

📋 copy color: '#F81F0B'

red 248 ◦ green 31 ◦ blue 11

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

Shades of Scarlet #F81F0B

Tints of Scarlet #F81F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.79%

R = 85.52%
G = 10.69%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F81F0B (or 0xF81F0B) is known color: Scarlet. HEX triplet: F8, 1F and 0B. RGB value is (248,31,11). Sum of RGB (Red+Green+Blue) = 248+31+11=290 (38% of max value = 765). Red value is 248 (97.27% from 255 or 85.52% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 11 (4.69% from 255 or 3.79% from 290); Max value from RGB is 248 - color contains mainly: red. Hex color #F81F0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F81F0B is #07E0F4. Grayscale: #5D5D5D. Windows color (decimal): -516341 or 729080. OLE color: 729080.

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

Color convert

RGB 248 31 11 -
CMYK 0 0.88 0.96 0.03
HSL 5.06º 0.94% 0.51% -
HSV(B) 5.06º 0.96% 0.97% -
XYZ 39.26 20.96 2.29 -
YUV 93.6 81.39 238.13 -
System Red Green Blue C M Y K H S L
Decimal 248 31 11 0 0.88 0.96 0.03 5.06 0.94 0.51
Hex F8 1F B 0 58 60 3 5 5E 33
Octal 370 37 13 0 130 140 3 5 136 63
Binary 11111000 11111 1011 0 1011000 1100000 11 101 1011110 110011

Color Harmonies of #F81F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81F0B

Black with #F81F0B

Text Example


Text Example

White with #F81F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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