Html Css Color HEX #F84041 Alizarin

📋 copy color: '#F84041'

red 248 ◦ green 64 ◦ blue 65

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

Shades of Alizarin #F84041

Tints of Alizarin #F84041

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.98%

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

R = 65.78%
G = 16.98%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F84041 (or 0xF84041) is known color: Alizarin. HEX triplet: F8, 40 and 41. RGB value is (248,64,65). Sum of RGB (Red+Green+Blue) = 248+64+65=377 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.78% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 248 - color contains mainly: red. Hex color #F84041 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84041 is #07BFBE. Grayscale: #777777. Windows color (decimal): -507839 or 4276472. OLE color: 4276472.

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

Color convert

RGB 248 64 65 -
CMYK 0 0.74 0.74 0.03
HSL 359.67º 0.93% 0.61% -
HSV(B) 359.67º 0.74% 0.97% -
XYZ 41.5 24 7.45 -
YUV 119.13 97.46 219.92 -
System Red Green Blue C M Y K H S L
Decimal 248 64 65 0 0.74 0.74 0.03 359.67 0.93 0.61
Hex F8 40 41 0 4A 4A 3 168 5D 3D
Octal 370 100 101 0 112 112 3 550 135 75
Binary 11111000 1000000 1000001 0 1001010 1001010 11 101101000 1011101 111101

Color Harmonies of #F84041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84041

Black with #F84041

Text Example


Text Example

White with #F84041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84041; }

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

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

background-color css

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

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

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

border-color css

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

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

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