Html Css Color HEX #F81304 Scarlet

📋 copy color: '#F81304'

red 248 ◦ green 19 ◦ blue 4

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

Shades of Scarlet #F81304

Tints of Scarlet #F81304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.48%

R = 91.51%
G = 7.01%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F81304 (or 0xF81304) is known color: Scarlet. HEX triplet: F8, 13 and 04. RGB value is (248,19,4). Sum of RGB (Red+Green+Blue) = 248+19+4=271 (35% of max value = 765). Red value is 248 (97.27% from 255 or 91.51% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 4 (1.95% from 255 or 1.48% from 271); Max value from RGB is 248 - color contains mainly: red. Hex color #F81304 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81304 is #07ECFB. Grayscale: #565656. Windows color (decimal): -519420 or 267256. OLE color: 267256.

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

Color convert

RGB 248 19 4 -
CMYK 0 0.92 0.98 0.03
HSL 3.69º 0.97% 0.49% -
HSV(B) 3.69º 0.98% 0.97% -
XYZ 38.97 20.43 2 -
YUV 85.76 81.87 243.72 -
System Red Green Blue C M Y K H S L
Decimal 248 19 4 0 0.92 0.98 0.03 3.69 0.97 0.49
Hex F8 13 4 0 5C 62 3 4 61 31
Octal 370 23 4 0 134 142 3 4 141 61
Binary 11111000 10011 100 0 1011100 1100010 11 100 1100001 110001

Color Harmonies of #F81304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81304

Black with #F81304

Text Example


Text Example

White with #F81304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81304; }

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

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

background-color css

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

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

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

border-color css

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

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

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