Html Css Color HEX #F0343E Alizarin

📋 copy color: '#F0343E'

red 240 ◦ green 52 ◦ blue 62

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

Shades of Alizarin #F0343E

Tints of Alizarin #F0343E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.69%

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

R = 67.8%
G = 14.69%
B = 17.51%

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

#F0343E (or 0xF0343E) is known color: Alizarin. HEX triplet: F0, 34 and 3E. RGB value is (240,52,62). Sum of RGB (Red+Green+Blue) = 240+52+62=354 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.80% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 62 (24.61% from 255 or 17.51% from 354); Max value from RGB is 240 - color contains mainly: red. Hex color #F0343E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0343E is #0FCBC1. Grayscale: #6D6D6D. Windows color (decimal): -1035202 or 4076784. OLE color: 4076784.

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

Color convert

RGB 240 52 62 -
CMYK 0 0.78 0.74 0.06
HSL 356.81º 0.86% 0.57% -
HSV(B) 356.81º 0.78% 0.94% -
XYZ 38.03 21.33 6.67 -
YUV 109.35 101.28 221.19 -
System Red Green Blue C M Y K H S L
Decimal 240 52 62 0 0.78 0.74 0.06 356.81 0.86 0.57
Hex F0 34 3E 0 4E 4A 6 165 56 39
Octal 360 64 76 0 116 112 6 545 126 71
Binary 11110000 110100 111110 0 1001110 1001010 110 101100101 1010110 111001

Color Harmonies of #F0343E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0343E

Black with #F0343E

Text Example


Text Example

White with #F0343E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0343E; }

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

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

background-color css

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

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

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

border-color css

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

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

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