Html Css Color HEX #F83441 Alizarin

📋 copy color: '#F83441'

red 248 ◦ green 52 ◦ blue 65

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

Shades of Alizarin #F83441

Tints of Alizarin #F83441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.25%

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

R = 67.95%
G = 14.25%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F83441 (or 0xF83441) is known color: Alizarin. HEX triplet: F8, 34 and 41. RGB value is (248,52,65). Sum of RGB (Red+Green+Blue) = 248+52+65=365 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.95% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 248 - color contains mainly: red. Hex color #F83441 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83441 is #07CBBE. Grayscale: #707070. Windows color (decimal): -510911 or 4273400. OLE color: 4273400.

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

Color convert

RGB 248 52 65 -
CMYK 0 0.79 0.74 0.03
HSL 356.02º 0.93% 0.59% -
HSV(B) 356.02º 0.79% 0.97% -
XYZ 40.89 22.79 7.25 -
YUV 112.09 101.43 224.94 -
System Red Green Blue C M Y K H S L
Decimal 248 52 65 0 0.79 0.74 0.03 356.02 0.93 0.59
Hex F8 34 41 0 4F 4A 3 164 5D 3B
Octal 370 64 101 0 117 112 3 544 135 73
Binary 11111000 110100 1000001 0 1001111 1001010 11 101100100 1011101 111011

Color Harmonies of #F83441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83441

Black with #F83441

Text Example


Text Example

White with #F83441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83441; }

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

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

background-color css

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

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

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

border-color css

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

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

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