Html Css Color HEX #F83040 Alizarin

📋 copy color: '#F83040'

red 248 ◦ green 48 ◦ blue 64

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

Shades of Alizarin #F83040

Tints of Alizarin #F83040

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.33%

 BLUE value IS 64 (25.39% from 255) = 17.78%

R = 68.89%
G = 13.33%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F83040 (or 0xF83040) is known color: Alizarin. HEX triplet: F8, 30 and 40. RGB value is (248,48,64). Sum of RGB (Red+Green+Blue) = 248+48+64=360 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.89% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 248 - color contains mainly: red. Hex color #F83040 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83040 is #07CFBF. Grayscale: #6D6D6D. Windows color (decimal): -511936 or 4206840. OLE color: 4206840.

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

Color convert

RGB 248 48 64 -
CMYK 0 0.81 0.74 0.03
HSL 355.2º 0.93% 0.58% -
HSV(B) 355.2º 0.81% 0.97% -
XYZ 40.69 22.44 7.04 -
YUV 109.62 102.26 226.7 -
System Red Green Blue C M Y K H S L
Decimal 248 48 64 0 0.81 0.74 0.03 355.2 0.93 0.58
Hex F8 30 40 0 51 4A 3 163 5D 3A
Octal 370 60 100 0 121 112 3 543 135 72
Binary 11111000 110000 1000000 0 1010001 1001010 11 101100011 1011101 111010

Color Harmonies of #F83040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83040

Black with #F83040

Text Example


Text Example

White with #F83040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83040; }

 p { color: rgb(248,48,64); }

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

background-color css

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

 a { background-color: rgb(248,48,64); }

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

border-color css

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

 span { border-color: rgb(248,48,64); }

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