Html Css Color HEX #F8263B Alizarin

📋 copy color: '#F8263B'

red 248 ◦ green 38 ◦ blue 59

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

Shades of Alizarin #F8263B

Tints of Alizarin #F8263B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.01%

 BLUE value IS 59 (23.44% from 255) = 17.1%

R = 71.88%
G = 11.01%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F8263B (or 0xF8263B) is known color: Alizarin. HEX triplet: F8, 26 and 3B. RGB value is (248,38,59). Sum of RGB (Red+Green+Blue) = 248+38+59=345 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.88% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 248 - color contains mainly: red. Hex color #F8263B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8263B is #07D9C4. Grayscale: #676767. Windows color (decimal): -514501 or 3876600. OLE color: 3876600.

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

Color convert

RGB 248 38 59 -
CMYK 0 0.85 0.76 0.03
HSL 354º 0.94% 0.56% -
HSV(B) 354º 0.85% 0.97% -
XYZ 40.19 21.66 6.2 -
YUV 103.18 103.07 231.29 -
System Red Green Blue C M Y K H S L
Decimal 248 38 59 0 0.85 0.76 0.03 354 0.94 0.56
Hex F8 26 3B 0 55 4C 3 162 5E 38
Octal 370 46 73 0 125 114 3 542 136 70
Binary 11111000 100110 111011 0 1010101 1001100 11 101100010 1011110 111000

Color Harmonies of #F8263B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8263B

Black with #F8263B

Text Example


Text Example

White with #F8263B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8263B; }

 p { color: rgb(248,38,59); }

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

background-color css

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

 a { background-color: rgb(248,38,59); }

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

border-color css

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

 span { border-color: rgb(248,38,59); }

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