Html Css Color HEX #F8201A Scarlet

📋 copy color: '#F8201A'

red 248 ◦ green 32 ◦ blue 26

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

Shades of Scarlet #F8201A

Tints of Scarlet #F8201A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.46%

 BLUE value IS 26 (10.55% from 255) = 8.5%

R = 81.05%
G = 10.46%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F8201A (or 0xF8201A) is known color: Scarlet. HEX triplet: F8, 20 and 1A. RGB value is (248,32,26). Sum of RGB (Red+Green+Blue) = 248+32+26=306 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.05% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 26 (10.55% from 255 or 8.50% from 306); Max value from RGB is 248 - color contains mainly: red. Hex color #F8201A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8201A is #07DFE5. Grayscale: #606060. Windows color (decimal): -516070 or 1712376. OLE color: 1712376.

HSL color Cylindrical-coordinate representation of color #F8201A: hue angle of 1.62º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F8201A is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 32 26 -
CMYK 0 0.87 0.90 0.03
HSL 1.62º 0.94% 0.54% -
HSV(B) 1.62º 0.9% 0.97% -
XYZ 39.41 21.06 2.97 -
YUV 95.9 88.56 236.49 -
System Red Green Blue C M Y K H S L
Decimal 248 32 26 0 0.87 0.90 0.03 1.62 0.94 0.54
Hex F8 20 1A 0 57 5A 3 2 5E 36
Octal 370 40 32 0 127 132 3 2 136 66
Binary 11111000 100000 11010 0 1010111 1011010 11 10 1011110 110110

Color Harmonies of #F8201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8201A

Black with #F8201A

Text Example


Text Example

White with #F8201A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8201A; }

 p { color: rgb(248,32,26); }

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

background-color css

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

 a { background-color: rgb(248,32,26); }

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

border-color css

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

 span { border-color: rgb(248,32,26); }

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