Html Css Color HEX #F0343C Alizarin

📋 copy color: '#F0343C'

red 240 ◦ green 52 ◦ blue 60

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

Shades of Alizarin #F0343C

Tints of Alizarin #F0343C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.05%

R = 68.18%
G = 14.77%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0343C (or 0xF0343C) is known color: Alizarin. HEX triplet: F0, 34 and 3C. RGB value is (240,52,60). Sum of RGB (Red+Green+Blue) = 240+52+60=352 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.18% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 60 (23.83% from 255 or 17.05% from 352); Max value from RGB is 240 - color contains mainly: red. Hex color #F0343C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0343C is #0FCBC3. Grayscale: #6D6D6D. Windows color (decimal): -1035204 or 3945712. OLE color: 3945712.

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

Color convert

RGB 240 52 60 -
CMYK 0 0.78 0.75 0.06
HSL 357.45º 0.86% 0.57% -
HSV(B) 357.45º 0.78% 0.94% -
XYZ 37.98 21.31 6.39 -
YUV 109.12 100.28 221.35 -
System Red Green Blue C M Y K H S L
Decimal 240 52 60 0 0.78 0.75 0.06 357.45 0.86 0.57
Hex F0 34 3C 0 4E 4B 6 165 56 39
Octal 360 64 74 0 116 113 6 545 126 71
Binary 11110000 110100 111100 0 1001110 1001011 110 101100101 1010110 111001

Color Harmonies of #F0343C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0343C

Black with #F0343C

Text Example


Text Example

White with #F0343C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0343C; }

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

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

background-color css

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

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

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

border-color css

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

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

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