Html Css Color HEX #F0293E Alizarin

📋 copy color: '#F0293E'

red 240 ◦ green 41 ◦ blue 62

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

Shades of Alizarin #F0293E

Tints of Alizarin #F0293E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.08%

R = 69.97%
G = 11.95%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F0293E (or 0xF0293E) is known color: Alizarin. HEX triplet: F0, 29 and 3E. RGB value is (240,41,62). Sum of RGB (Red+Green+Blue) = 240+41+62=343 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.97% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 62 (24.61% from 255 or 18.08% from 343); Max value from RGB is 240 - color contains mainly: red. Hex color #F0293E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0293E is #0FD6C1. Grayscale: #676767. Windows color (decimal): -1038018 or 4073968. OLE color: 4073968.

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

Color convert

RGB 240 41 62 -
CMYK 0 0.83 0.74 0.06
HSL 353.67º 0.87% 0.55% -
HSV(B) 353.67º 0.83% 0.94% -
XYZ 37.6 20.46 6.52 -
YUV 102.9 104.93 225.79 -
System Red Green Blue C M Y K H S L
Decimal 240 41 62 0 0.83 0.74 0.06 353.67 0.87 0.55
Hex F0 29 3E 0 53 4A 6 162 57 37
Octal 360 51 76 0 123 112 6 542 127 67
Binary 11110000 101001 111110 0 1010011 1001010 110 101100010 1010111 110111

Color Harmonies of #F0293E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0293E

Black with #F0293E

Text Example


Text Example

White with #F0293E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0293E; }

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

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

background-color css

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

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

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

border-color css

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

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

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