Html Css Color HEX #F8283C Alizarin

📋 copy color: '#F8283C'

red 248 ◦ green 40 ◦ blue 60

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

Shades of Alizarin #F8283C

Tints of Alizarin #F8283C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.49%

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

R = 71.26%
G = 11.49%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F8283C (or 0xF8283C) is known color: Alizarin. HEX triplet: F8, 28 and 3C. RGB value is (248,40,60). Sum of RGB (Red+Green+Blue) = 248+40+60=348 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.26% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 248 - color contains mainly: red. Hex color #F8283C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8283C is #07D7C3. Grayscale: #686868. Windows color (decimal): -513988 or 3942648. OLE color: 3942648.

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

Color convert

RGB 248 40 60 -
CMYK 0 0.84 0.76 0.03
HSL 354.23º 0.94% 0.56% -
HSV(B) 354.23º 0.84% 0.97% -
XYZ 40.29 21.8 6.36 -
YUV 104.47 102.91 230.37 -
System Red Green Blue C M Y K H S L
Decimal 248 40 60 0 0.84 0.76 0.03 354.23 0.94 0.56
Hex F8 28 3C 0 54 4C 3 162 5E 38
Octal 370 50 74 0 124 114 3 542 136 70
Binary 11111000 101000 111100 0 1010100 1001100 11 101100010 1011110 111000

Color Harmonies of #F8283C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8283C

Black with #F8283C

Text Example


Text Example

White with #F8283C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8283C; }

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

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

background-color css

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

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

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

border-color css

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

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

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