Html Css Color HEX #F02141 Alizarin

📋 copy color: '#F02141'

red 240 ◦ green 33 ◦ blue 65

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

Shades of Alizarin #F02141

Tints of Alizarin #F02141

RGB

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

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

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

R = 71.01%
G = 9.76%
B = 19.23%

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

#F02141 (or 0xF02141) is known color: Alizarin. HEX triplet: F0, 21 and 41. RGB value is (240,33,65). Sum of RGB (Red+Green+Blue) = 240+33+65=338 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.01% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 240 - color contains mainly: red. Hex color #F02141 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02141 is #0FDEBE. Grayscale: #626262. Windows color (decimal): -1040063 or 4268528. OLE color: 4268528.

HSL color Cylindrical-coordinate representation of color #F02141: hue angle of 350.72º 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 #F02141 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 33 65 -
CMYK 0 0.86 0.73 0.06
HSL 350.72º 0.87% 0.54% -
HSV(B) 350.72º 0.86% 0.94% -
XYZ 37.43 19.99 6.89 -
YUV 98.54 109.08 228.9 -
System Red Green Blue C M Y K H S L
Decimal 240 33 65 0 0.86 0.73 0.06 350.72 0.87 0.54
Hex F0 21 41 0 56 49 6 15F 57 36
Octal 360 41 101 0 126 111 6 537 127 66
Binary 11110000 100001 1000001 0 1010110 1001001 110 101011111 1010111 110110

Color Harmonies of #F02141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02141

Black with #F02141

Text Example


Text Example

White with #F02141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02141; }

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

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

background-color css

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

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

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

border-color css

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

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

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