Html Css Color HEX #F52140 Alizarin

📋 copy color: '#F52140'

red 245 ◦ green 33 ◦ blue 64

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

Shades of Alizarin #F52140

Tints of Alizarin #F52140

RGB

 RED value IS 245 (96.09% from 255) = 71.64%

 GREEN value IS 33 (13.28% from 255) = 9.65%

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

R = 71.64%
G = 9.65%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F52140 (or 0xF52140) is known color: Alizarin. HEX triplet: F5, 21 and 40. RGB value is (245,33,64). Sum of RGB (Red+Green+Blue) = 245+33+64=342 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.64% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 245 - color contains mainly: red. Hex color #F52140 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52140 is #0ADEBF. Grayscale: #646464. Windows color (decimal): -712384 or 4202997. OLE color: 4202997.

HSL color Cylindrical-coordinate representation of color #F52140: hue angle of 351.23º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F52140 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 33 64 -
CMYK 0 0.87 0.74 0.04
HSL 351.23º 0.91% 0.55% -
HSV(B) 351.23º 0.87% 0.96% -
XYZ 39.13 20.87 6.82 -
YUV 99.92 107.74 231.48 -
System Red Green Blue C M Y K H S L
Decimal 245 33 64 0 0.87 0.74 0.04 351.23 0.91 0.55
Hex F5 21 40 0 57 4A 4 15F 5B 37
Octal 365 41 100 0 127 112 4 537 133 67
Binary 11110101 100001 1000000 0 1010111 1001010 100 101011111 1011011 110111

Color Harmonies of #F52140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52140

Black with #F52140

Text Example


Text Example

White with #F52140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52140; }

 p { color: rgb(245,33,64); }

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

background-color css

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

 a { background-color: rgb(245,33,64); }

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

border-color css

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

 span { border-color: rgb(245,33,64); }

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