Html Css Color HEX #F81C04 Scarlet

📋 copy color: '#F81C04'

red 248 ◦ green 28 ◦ blue 4

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

Shades of Scarlet #F81C04

Tints of Scarlet #F81C04

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10%

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

R = 88.57%
G = 10%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F81C04 (or 0xF81C04) is known color: Scarlet. HEX triplet: F8, 1C and 04. RGB value is (248,28,4). Sum of RGB (Red+Green+Blue) = 248+28+4=280 (37% of max value = 765). Red value is 248 (97.27% from 255 or 88.57% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 4 (1.95% from 255 or 1.43% from 280); Max value from RGB is 248 - color contains mainly: red. Hex color #F81C04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F81C04 is #07E3FB. Grayscale: #5B5B5B. Windows color (decimal): -517116 or 269560. OLE color: 269560.

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

Color convert

RGB 248 28 4 -
CMYK 0 0.89 0.98 0.03
HSL 5.9º 0.97% 0.49% -
HSV(B) 5.9º 0.98% 0.97% -
XYZ 39.15 20.8 2.07 -
YUV 91.04 78.89 239.95 -
System Red Green Blue C M Y K H S L
Decimal 248 28 4 0 0.89 0.98 0.03 5.9 0.97 0.49
Hex F8 1C 4 0 59 62 3 6 61 31
Octal 370 34 4 0 131 142 3 6 141 61
Binary 11111000 11100 100 0 1011001 1100010 11 110 1100001 110001

Color Harmonies of #F81C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81C04

Black with #F81C04

Text Example


Text Example

White with #F81C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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