Html Css Color HEX #F0293F Alizarin

📋 copy color: '#F0293F'

red 240 ◦ green 41 ◦ blue 63

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

Shades of Alizarin #F0293F

Tints of Alizarin #F0293F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.31%

R = 69.77%
G = 11.92%
B = 18.31%

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

#F0293F (or 0xF0293F) is known color: Alizarin. HEX triplet: F0, 29 and 3F. RGB value is (240,41,63). Sum of RGB (Red+Green+Blue) = 240+41+63=344 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.77% from 344); Green value is 41 (16.41% from 255 or 11.92% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 240 - color contains mainly: red. Hex color #F0293F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0293F is #0FD6C0. Grayscale: #676767. Windows color (decimal): -1038017 or 4139504. OLE color: 4139504.

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

Color convert

RGB 240 41 63 -
CMYK 0 0.83 0.74 0.06
HSL 353.37º 0.87% 0.55% -
HSV(B) 353.37º 0.83% 0.94% -
XYZ 37.63 20.47 6.67 -
YUV 103.01 105.43 225.71 -
System Red Green Blue C M Y K H S L
Decimal 240 41 63 0 0.83 0.74 0.06 353.37 0.87 0.55
Hex F0 29 3F 0 53 4A 6 161 57 37
Octal 360 51 77 0 123 112 6 541 127 67
Binary 11110000 101001 111111 0 1010011 1001010 110 101100001 1010111 110111

Color Harmonies of #F0293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0293F

Black with #F0293F

Text Example


Text Example

White with #F0293F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0293F; }

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

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

background-color css

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

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

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

border-color css

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

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

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