Html Css Color HEX #F0294F Amaranth

📋 copy color: '#F0294F'

red 240 ◦ green 41 ◦ blue 79

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

Shades of Amaranth #F0294F

Tints of Amaranth #F0294F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.39%

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

R = 66.67%
G = 11.39%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F0294F (or 0xF0294F) is known color: Amaranth. HEX triplet: F0, 29 and 4F. RGB value is (240,41,79). Sum of RGB (Red+Green+Blue) = 240+41+79=360 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.67% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 240 - color contains mainly: red. Hex color #F0294F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0294F is #0FD6B0. Grayscale: #686868. Windows color (decimal): -1038001 or 5188080. OLE color: 5188080.

HSL color Cylindrical-coordinate representation of color #F0294F: hue angle of 348.54º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F0294F is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 41 79 -
CMYK 0 0.83 0.67 0.06
HSL 348.54º 0.87% 0.55% -
HSV(B) 348.54º 0.83% 0.94% -
XYZ 38.14 20.68 9.38 -
YUV 104.83 113.43 224.41 -
System Red Green Blue C M Y K H S L
Decimal 240 41 79 0 0.83 0.67 0.06 348.54 0.87 0.55
Hex F0 29 4F 0 53 43 6 15D 57 37
Octal 360 51 117 0 123 103 6 535 127 67
Binary 11110000 101001 1001111 0 1010011 1000011 110 101011101 1010111 110111

Color Harmonies of #F0294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0294F

Black with #F0294F

Text Example


Text Example

White with #F0294F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0294F; }

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

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

background-color css

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

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

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

border-color css

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

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

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