Html Css Color HEX #F0393F Alizarin

📋 copy color: '#F0393F'

red 240 ◦ green 57 ◦ blue 63

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

Shades of Alizarin #F0393F

Tints of Alizarin #F0393F

RGB

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

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

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

R = 66.67%
G = 15.83%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F0393F (or 0xF0393F) is known color: Alizarin. HEX triplet: F0, 39 and 3F. RGB value is (240,57,63). Sum of RGB (Red+Green+Blue) = 240+57+63=360 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.67% from 360); Green value is 57 (22.66% from 255 or 15.83% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 240 - color contains mainly: red. Hex color #F0393F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0393F is #0FC6C0. Grayscale: #707070. Windows color (decimal): -1033921 or 4143600. OLE color: 4143600.

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

Color convert

RGB 240 57 63 -
CMYK 0 0.76 0.74 0.06
HSL 358.03º 0.86% 0.58% -
HSV(B) 358.03º 0.76% 0.94% -
XYZ 38.3 21.81 6.89 -
YUV 112.4 100.13 219.01 -
System Red Green Blue C M Y K H S L
Decimal 240 57 63 0 0.76 0.74 0.06 358.03 0.86 0.58
Hex F0 39 3F 0 4C 4A 6 166 56 3A
Octal 360 71 77 0 114 112 6 546 126 72
Binary 11110000 111001 111111 0 1001100 1001010 110 101100110 1010110 111010

Color Harmonies of #F0393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0393F

Black with #F0393F

Text Example


Text Example

White with #F0393F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0393F; }

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

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

background-color css

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

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

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

border-color css

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

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

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