Html Css Color HEX #F82541 Alizarin

📋 copy color: '#F82541'

red 248 ◦ green 37 ◦ blue 65

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

Shades of Alizarin #F82541

Tints of Alizarin #F82541

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.57%

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

R = 70.86%
G = 10.57%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F82541 (or 0xF82541) is known color: Alizarin. HEX triplet: F8, 25 and 41. RGB value is (248,37,65). Sum of RGB (Red+Green+Blue) = 248+37+65=350 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.86% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 248 - color contains mainly: red. Hex color #F82541 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82541 is #07DABE. Grayscale: #676767. Windows color (decimal): -514751 or 4269560. OLE color: 4269560.

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

Color convert

RGB 248 37 65 -
CMYK 0 0.85 0.74 0.03
HSL 352.04º 0.94% 0.56% -
HSV(B) 352.04º 0.85% 0.97% -
XYZ 40.33 21.66 7.06 -
YUV 103.28 106.4 231.22 -
System Red Green Blue C M Y K H S L
Decimal 248 37 65 0 0.85 0.74 0.03 352.04 0.94 0.56
Hex F8 25 41 0 55 4A 3 160 5E 38
Octal 370 45 101 0 125 112 3 540 136 70
Binary 11111000 100101 1000001 0 1010101 1001010 11 101100000 1011110 111000

Color Harmonies of #F82541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82541

Black with #F82541

Text Example


Text Example

White with #F82541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82541; }

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

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

background-color css

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

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

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

border-color css

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

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

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