Html Css Color HEX #F81F03 Scarlet

📋 copy color: '#F81F03'

red 248 ◦ green 31 ◦ blue 3

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

Shades of Scarlet #F81F03

Tints of Scarlet #F81F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.06%

R = 87.94%
G = 10.99%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F81F03 (or 0xF81F03) is known color: Scarlet. HEX triplet: F8, 1F and 03. RGB value is (248,31,3). Sum of RGB (Red+Green+Blue) = 248+31+3=282 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.94% from 282); Green value is 31 (12.5% from 255 or 10.99% from 282); Blue value is 3 (1.56% from 255 or 1.06% from 282); Max value from RGB is 248 - color contains mainly: red. Hex color #F81F03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F81F03 is #07E0FC. Grayscale: #5D5D5D. Windows color (decimal): -516349 or 204792. OLE color: 204792.

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

Color convert

RGB 248 31 3 -
CMYK 0 0.88 0.99 0.03
HSL 6.86º 0.98% 0.49% -
HSV(B) 6.86º 0.99% 0.97% -
XYZ 39.22 20.94 2.06 -
YUV 92.69 77.39 238.78 -
System Red Green Blue C M Y K H S L
Decimal 248 31 3 0 0.88 0.99 0.03 6.86 0.98 0.49
Hex F8 1F 3 0 58 63 3 7 62 31
Octal 370 37 3 0 130 143 3 7 142 61
Binary 11111000 11111 11 0 1011000 1100011 11 111 1100010 110001

Color Harmonies of #F81F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81F03

Black with #F81F03

Text Example


Text Example

White with #F81F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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