Html Css Color HEX #F02140 Alizarin

📋 copy color: '#F02140'

red 240 ◦ green 33 ◦ blue 64

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

Shades of Alizarin #F02140

Tints of Alizarin #F02140

RGB

 RED value IS 240 (94.14% from 255) = 71.22%

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

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

R = 71.22%
G = 9.79%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F02140 (or 0xF02140) is known color: Alizarin. HEX triplet: F0, 21 and 40. RGB value is (240,33,64). Sum of RGB (Red+Green+Blue) = 240+33+64=337 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.22% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 240 - color contains mainly: red. Hex color #F02140 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02140 is #0FDEBF. Grayscale: #626262. Windows color (decimal): -1040064 or 4202992. OLE color: 4202992.

HSL color Cylindrical-coordinate representation of color #F02140: hue angle of 351.01º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F02140 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 33 64 -
CMYK 0 0.86 0.73 0.06
HSL 351.01º 0.87% 0.54% -
HSV(B) 351.01º 0.86% 0.94% -
XYZ 37.4 19.98 6.74 -
YUV 98.43 108.58 228.98 -
System Red Green Blue C M Y K H S L
Decimal 240 33 64 0 0.86 0.73 0.06 351.01 0.87 0.54
Hex F0 21 40 0 56 49 6 15F 57 36
Octal 360 41 100 0 126 111 6 537 127 66
Binary 11110000 100001 1000000 0 1010110 1001001 110 101011111 1010111 110110

Color Harmonies of #F02140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02140

Black with #F02140

Text Example


Text Example

White with #F02140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02140; }

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

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

background-color css

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

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

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

border-color css

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

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

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