Html Css Color HEX #F81302 Scarlet

📋 copy color: '#F81302'

red 248 ◦ green 19 ◦ blue 2

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

Shades of Scarlet #F81302

Tints of Scarlet #F81302

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.06%

 BLUE value IS 2 (1.17% from 255) = 0.74%

R = 92.19%
G = 7.06%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F81302 (or 0xF81302) is known color: Scarlet. HEX triplet: F8, 13 and 02. RGB value is (248,19,2). Sum of RGB (Red+Green+Blue) = 248+19+2=269 (35% of max value = 765). Red value is 248 (97.27% from 255 or 92.19% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 248 - color contains mainly: red. Hex color #F81302 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81302 is #07ECFD. Grayscale: #555555. Windows color (decimal): -519422 or 136184. OLE color: 136184.

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

Color convert

RGB 248 19 2 -
CMYK 0 0.92 0.99 0.03
HSL 4.15º 0.98% 0.49% -
HSV(B) 4.15º 0.99% 0.97% -
XYZ 38.96 20.43 1.95 -
YUV 85.53 80.87 243.88 -
System Red Green Blue C M Y K H S L
Decimal 248 19 2 0 0.92 0.99 0.03 4.15 0.98 0.49
Hex F8 13 2 0 5C 63 3 4 62 31
Octal 370 23 2 0 134 143 3 4 142 61
Binary 11111000 10011 10 0 1011100 1100011 11 100 1100010 110001

Color Harmonies of #F81302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81302

Black with #F81302

Text Example


Text Example

White with #F81302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81302; }

 p { color: rgb(248,19,2); }

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

background-color css

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

 a { background-color: rgb(248,19,2); }

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

border-color css

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

 span { border-color: rgb(248,19,2); }

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