Html Css Color HEX #F0363E Alizarin

📋 copy color: '#F0363E'

red 240 ◦ green 54 ◦ blue 62

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

Shades of Alizarin #F0363E

Tints of Alizarin #F0363E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.42%

R = 67.42%
G = 15.17%
B = 17.42%

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

#F0363E (or 0xF0363E) is known color: Alizarin. HEX triplet: F0, 36 and 3E. RGB value is (240,54,62). Sum of RGB (Red+Green+Blue) = 240+54+62=356 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.42% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 240 - color contains mainly: red. Hex color #F0363E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0363E is #0FC9C1. Grayscale: #6E6E6E. Windows color (decimal): -1034690 or 4077296. OLE color: 4077296.

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

Color convert

RGB 240 54 62 -
CMYK 0 0.78 0.74 0.06
HSL 357.42º 0.86% 0.58% -
HSV(B) 357.42º 0.78% 0.94% -
XYZ 38.12 21.51 6.7 -
YUV 110.53 100.62 220.35 -
System Red Green Blue C M Y K H S L
Decimal 240 54 62 0 0.78 0.74 0.06 357.42 0.86 0.58
Hex F0 36 3E 0 4E 4A 6 165 56 3A
Octal 360 66 76 0 116 112 6 545 126 72
Binary 11110000 110110 111110 0 1001110 1001010 110 101100101 1010110 111010

Color Harmonies of #F0363E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0363E

Black with #F0363E

Text Example


Text Example

White with #F0363E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0363E; }

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

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

background-color css

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

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

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

border-color css

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

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

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