Html Css Color HEX #F0293C Alizarin

📋 copy color: '#F0293C'

red 240 ◦ green 41 ◦ blue 60

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

Shades of Alizarin #F0293C

Tints of Alizarin #F0293C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.6%

R = 70.38%
G = 12.02%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0293C (or 0xF0293C) is known color: Alizarin. HEX triplet: F0, 29 and 3C. RGB value is (240,41,60). Sum of RGB (Red+Green+Blue) = 240+41+60=341 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.38% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 240 - color contains mainly: red. Hex color #F0293C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0293C is #0FD6C3. Grayscale: #666666. Windows color (decimal): -1038020 or 3942896. OLE color: 3942896.

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

Color convert

RGB 240 41 60 -
CMYK 0 0.83 0.75 0.06
HSL 354.27º 0.87% 0.55% -
HSV(B) 354.27º 0.83% 0.94% -
XYZ 37.54 20.44 6.24 -
YUV 102.67 103.93 225.96 -
System Red Green Blue C M Y K H S L
Decimal 240 41 60 0 0.83 0.75 0.06 354.27 0.87 0.55
Hex F0 29 3C 0 53 4B 6 162 57 37
Octal 360 51 74 0 123 113 6 542 127 67
Binary 11110000 101001 111100 0 1010011 1001011 110 101100010 1010111 110111

Color Harmonies of #F0293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0293C

Black with #F0293C

Text Example


Text Example

White with #F0293C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0293C; }

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

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

background-color css

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

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

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

border-color css

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

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

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