Html Css Color HEX #F0393B Alizarin

📋 copy color: '#F0393B'

red 240 ◦ green 57 ◦ blue 59

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

Shades of Alizarin #F0393B

Tints of Alizarin #F0393B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.57%

R = 67.42%
G = 16.01%
B = 16.57%

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

#F0393B (or 0xF0393B) is known color: Alizarin. HEX triplet: F0, 39 and 3B. RGB value is (240,57,59). Sum of RGB (Red+Green+Blue) = 240+57+59=356 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.42% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 59 (23.44% from 255 or 16.57% from 356); Max value from RGB is 240 - color contains mainly: red. Hex color #F0393B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0393B is #0FC6C4. Grayscale: #707070. Windows color (decimal): -1033925 or 3881456. OLE color: 3881456.

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

Color convert

RGB 240 57 59 -
CMYK 0 0.76 0.75 0.06
HSL 359.34º 0.86% 0.58% -
HSV(B) 359.34º 0.76% 0.94% -
XYZ 38.19 21.77 6.33 -
YUV 111.95 98.13 219.34 -
System Red Green Blue C M Y K H S L
Decimal 240 57 59 0 0.76 0.75 0.06 359.34 0.86 0.58
Hex F0 39 3B 0 4C 4B 6 167 56 3A
Octal 360 71 73 0 114 113 6 547 126 72
Binary 11110000 111001 111011 0 1001100 1001011 110 101100111 1010110 111010

Color Harmonies of #F0393B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0393B

Black with #F0393B

Text Example


Text Example

White with #F0393B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0393B; }

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

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

background-color css

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

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

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

border-color css

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

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

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