Html Css Color HEX #F0363F Alizarin

📋 copy color: '#F0363F'

red 240 ◦ green 54 ◦ blue 63

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

Shades of Alizarin #F0363F

Tints of Alizarin #F0363F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.13%

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

R = 67.23%
G = 15.13%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F0363F (or 0xF0363F) is known color: Alizarin. HEX triplet: F0, 36 and 3F. RGB value is (240,54,63). Sum of RGB (Red+Green+Blue) = 240+54+63=357 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.23% from 357); Green value is 54 (21.48% from 255 or 15.13% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 240 - color contains mainly: red. Hex color #F0363F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0363F is #0FC9C0. Grayscale: #6E6E6E. Windows color (decimal): -1034689 or 4142832. OLE color: 4142832.

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

Color convert

RGB 240 54 63 -
CMYK 0 0.78 0.74 0.06
HSL 357.1º 0.86% 0.58% -
HSV(B) 357.1º 0.78% 0.94% -
XYZ 38.15 21.52 6.85 -
YUV 110.64 101.12 220.27 -
System Red Green Blue C M Y K H S L
Decimal 240 54 63 0 0.78 0.74 0.06 357.1 0.86 0.58
Hex F0 36 3F 0 4E 4A 6 165 56 3A
Octal 360 66 77 0 116 112 6 545 126 72
Binary 11110000 110110 111111 0 1001110 1001010 110 101100101 1010110 111010

Color Harmonies of #F0363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0363F

Black with #F0363F

Text Example


Text Example

White with #F0363F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0363F; }

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

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

background-color css

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

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

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

border-color css

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

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

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