Html Css Color HEX #F0393C Alizarin

📋 copy color: '#F0393C'

red 240 ◦ green 57 ◦ blue 60

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

Shades of Alizarin #F0393C

Tints of Alizarin #F0393C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.97%

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

R = 67.23%
G = 15.97%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0393C (or 0xF0393C) is known color: Alizarin. HEX triplet: F0, 39 and 3C. RGB value is (240,57,60). Sum of RGB (Red+Green+Blue) = 240+57+60=357 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.23% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 240 - color contains mainly: red. Hex color #F0393C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0393C is #0FC6C3. Grayscale: #707070. Windows color (decimal): -1033924 or 3946992. OLE color: 3946992.

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

Color convert

RGB 240 57 60 -
CMYK 0 0.76 0.75 0.06
HSL 359.02º 0.86% 0.58% -
HSV(B) 359.02º 0.76% 0.94% -
XYZ 38.21 21.78 6.46 -
YUV 112.06 98.63 219.26 -
System Red Green Blue C M Y K H S L
Decimal 240 57 60 0 0.76 0.75 0.06 359.02 0.86 0.58
Hex F0 39 3C 0 4C 4B 6 167 56 3A
Octal 360 71 74 0 114 113 6 547 126 72
Binary 11110000 111001 111100 0 1001100 1001011 110 101100111 1010110 111010

Color Harmonies of #F0393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0393C

Black with #F0393C

Text Example


Text Example

White with #F0393C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0393C; }

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

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

background-color css

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

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

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

border-color css

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

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

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