Html Css Color HEX #F83041 Alizarin

📋 copy color: '#F83041'

red 248 ◦ green 48 ◦ blue 65

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

Shades of Alizarin #F83041

Tints of Alizarin #F83041

RGB

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

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

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

R = 68.7%
G = 13.3%
B = 18.01%

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

#F83041 (or 0xF83041) is known color: Alizarin. HEX triplet: F8, 30 and 41. RGB value is (248,48,65). Sum of RGB (Red+Green+Blue) = 248+48+65=361 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.70% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 248 - color contains mainly: red. Hex color #F83041 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83041 is #07CFBE. Grayscale: #6D6D6D. Windows color (decimal): -511935 or 4272376. OLE color: 4272376.

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

Color convert

RGB 248 48 65 -
CMYK 0 0.81 0.74 0.03
HSL 354.9º 0.93% 0.58% -
HSV(B) 354.9º 0.81% 0.97% -
XYZ 40.72 22.45 7.19 -
YUV 109.74 102.76 226.62 -
System Red Green Blue C M Y K H S L
Decimal 248 48 65 0 0.81 0.74 0.03 354.9 0.93 0.58
Hex F8 30 41 0 51 4A 3 163 5D 3A
Octal 370 60 101 0 121 112 3 543 135 72
Binary 11111000 110000 1000001 0 1010001 1001010 11 101100011 1011101 111010

Color Harmonies of #F83041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83041

Black with #F83041

Text Example


Text Example

White with #F83041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83041; }

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

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

background-color css

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

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

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

border-color css

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

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

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