Html Css Color HEX #F83141 Alizarin

📋 copy color: '#F83141'

red 248 ◦ green 49 ◦ blue 65

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

Shades of Alizarin #F83141

Tints of Alizarin #F83141

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.54%

 BLUE value IS 65 (25.78% from 255) = 17.96%

R = 68.51%
G = 13.54%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F83141 (or 0xF83141) is known color: Alizarin. HEX triplet: F8, 31 and 41. RGB value is (248,49,65). Sum of RGB (Red+Green+Blue) = 248+49+65=362 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.51% from 362); Green value is 49 (19.53% from 255 or 13.54% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 248 - color contains mainly: red. Hex color #F83141 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83141 is #07CEBE. Grayscale: #6E6E6E. Windows color (decimal): -511679 or 4272632. OLE color: 4272632.

HSL color Cylindrical-coordinate representation of color #F83141: hue angle of 355.18º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F83141 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 49 65 -
CMYK 0 0.80 0.74 0.03
HSL 355.18º 0.93% 0.58% -
HSV(B) 355.18º 0.8% 0.97% -
XYZ 40.76 22.53 7.2 -
YUV 110.33 102.43 226.2 -
System Red Green Blue C M Y K H S L
Decimal 248 49 65 0 0.80 0.74 0.03 355.18 0.93 0.58
Hex F8 31 41 0 50 4A 3 163 5D 3A
Octal 370 61 101 0 120 112 3 543 135 72
Binary 11111000 110001 1000001 0 1010000 1001010 11 101100011 1011101 111010

Color Harmonies of #F83141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83141

Black with #F83141

Text Example


Text Example

White with #F83141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83141; }

 p { color: rgb(248,49,65); }

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

background-color css

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

 a { background-color: rgb(248,49,65); }

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

border-color css

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

 span { border-color: rgb(248,49,65); }

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