Html Css Color HEX #F8290B Scarlet

📋 copy color: '#F8290B'

red 248 ◦ green 41 ◦ blue 11

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

Shades of Scarlet #F8290B

Tints of Scarlet #F8290B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.67%

 BLUE value IS 11 (4.69% from 255) = 3.67%

R = 82.67%
G = 13.67%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F8290B (or 0xF8290B) is known color: Scarlet. HEX triplet: F8, 29 and 0B. RGB value is (248,41,11). Sum of RGB (Red+Green+Blue) = 248+41+11=300 (39% of max value = 765). Red value is 248 (97.27% from 255 or 82.67% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 11 (4.69% from 255 or 3.67% from 300); Max value from RGB is 248 - color contains mainly: red. Hex color #F8290B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8290B is #07D6F4. Grayscale: #636363. Windows color (decimal): -513781 or 731640. OLE color: 731640.

HSL color Cylindrical-coordinate representation of color #F8290B: hue angle of 7.59º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F8290B is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 41 11 -
CMYK 0 0.83 0.96 0.03
HSL 7.59º 0.94% 0.51% -
HSV(B) 7.59º 0.96% 0.97% -
XYZ 39.56 21.57 2.39 -
YUV 99.47 78.08 233.94 -
System Red Green Blue C M Y K H S L
Decimal 248 41 11 0 0.83 0.96 0.03 7.59 0.94 0.51
Hex F8 29 B 0 53 60 3 8 5E 33
Octal 370 51 13 0 123 140 3 10 136 63
Binary 11111000 101001 1011 0 1010011 1100000 11 1000 1011110 110011

Color Harmonies of #F8290B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8290B

Black with #F8290B

Text Example


Text Example

White with #F8290B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8290B; }

 p { color: rgb(248,41,11); }

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

background-color css

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

 a { background-color: rgb(248,41,11); }

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

border-color css

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

 span { border-color: rgb(248,41,11); }

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