Html Css Color HEX #F8263C Alizarin

📋 copy color: '#F8263C'

red 248 ◦ green 38 ◦ blue 60

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

Shades of Alizarin #F8263C

Tints of Alizarin #F8263C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.34%

R = 71.68%
G = 10.98%
B = 17.34%

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

#F8263C (or 0xF8263C) is known color: Alizarin. HEX triplet: F8, 26 and 3C. RGB value is (248,38,60). Sum of RGB (Red+Green+Blue) = 248+38+60=346 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.68% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 248 - color contains mainly: red. Hex color #F8263C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8263C is #07D9C3. Grayscale: #676767. Windows color (decimal): -514500 or 3942136. OLE color: 3942136.

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

Color convert

RGB 248 38 60 -
CMYK 0 0.85 0.76 0.03
HSL 353.71º 0.94% 0.56% -
HSV(B) 353.71º 0.85% 0.97% -
XYZ 40.22 21.67 6.34 -
YUV 103.3 103.57 231.21 -
System Red Green Blue C M Y K H S L
Decimal 248 38 60 0 0.85 0.76 0.03 353.71 0.94 0.56
Hex F8 26 3C 0 55 4C 3 162 5E 38
Octal 370 46 74 0 125 114 3 542 136 70
Binary 11111000 100110 111100 0 1010101 1001100 11 101100010 1011110 111000

Color Harmonies of #F8263C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8263C

Black with #F8263C

Text Example


Text Example

White with #F8263C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8263C; }

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

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

background-color css

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

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

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

border-color css

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

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

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