Html Css Color HEX #F0344F Amaranth

📋 copy color: '#F0344F'

red 240 ◦ green 52 ◦ blue 79

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

Shades of Amaranth #F0344F

Tints of Amaranth #F0344F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.29%

R = 64.69%
G = 14.02%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F0344F (or 0xF0344F) is known color: Amaranth. HEX triplet: F0, 34 and 4F. RGB value is (240,52,79). Sum of RGB (Red+Green+Blue) = 240+52+79=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F0344F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0344F is #0FCBB0. Grayscale: #6F6F6F. Windows color (decimal): -1035185 or 5190896. OLE color: 5190896.

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

Color convert

RGB 240 52 79 -
CMYK 0 0.78 0.67 0.06
HSL 351.38º 0.86% 0.57% -
HSV(B) 351.38º 0.78% 0.94% -
XYZ 38.57 21.55 9.52 -
YUV 111.29 109.78 219.8 -
System Red Green Blue C M Y K H S L
Decimal 240 52 79 0 0.78 0.67 0.06 351.38 0.86 0.57
Hex F0 34 4F 0 4E 43 6 15F 56 39
Octal 360 64 117 0 116 103 6 537 126 71
Binary 11110000 110100 1001111 0 1001110 1000011 110 101011111 1010110 111001

Color Harmonies of #F0344F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0344F

Black with #F0344F

Text Example


Text Example

White with #F0344F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0344F; }

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

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

background-color css

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

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

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

border-color css

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

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

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