Html Css Color HEX #F0293A Alizarin

📋 copy color: '#F0293A'

red 240 ◦ green 41 ◦ blue 58

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

Shades of Alizarin #F0293A

Tints of Alizarin #F0293A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.09%

 BLUE value IS 58 (23.05% from 255) = 17.11%

R = 70.8%
G = 12.09%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#F0293A (or 0xF0293A) is known color: Alizarin. HEX triplet: F0, 29 and 3A. RGB value is (240,41,58). Sum of RGB (Red+Green+Blue) = 240+41+58=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 58 (23.05% from 255 or 17.11% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F0293A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0293A is #0FD6C5. Grayscale: #666666. Windows color (decimal): -1038022 or 3811824. OLE color: 3811824.

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

Color convert

RGB 240 41 58 -
CMYK 0 0.83 0.76 0.06
HSL 354.87º 0.87% 0.55% -
HSV(B) 354.87º 0.83% 0.94% -
XYZ 37.49 20.42 5.97 -
YUV 102.44 102.93 226.12 -
System Red Green Blue C M Y K H S L
Decimal 240 41 58 0 0.83 0.76 0.06 354.87 0.87 0.55
Hex F0 29 3A 0 53 4C 6 163 57 37
Octal 360 51 72 0 123 114 6 543 127 67
Binary 11110000 101001 111010 0 1010011 1001100 110 101100011 1010111 110111

Color Harmonies of #F0293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0293A

Black with #F0293A

Text Example


Text Example

White with #F0293A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0293A; }

 p { color: rgb(240,41,58); }

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

background-color css

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

 a { background-color: rgb(240,41,58); }

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

border-color css

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

 span { border-color: rgb(240,41,58); }

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