Html Css Color HEX #F0295E Amaranth

📋 copy color: '#F0295E'

red 240 ◦ green 41 ◦ blue 94

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

Shades of Amaranth #F0295E

Tints of Amaranth #F0295E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.07%

R = 64%
G = 10.93%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#F0295E (or 0xF0295E) is known color: Amaranth. HEX triplet: F0, 29 and 5E. RGB value is (240,41,94). Sum of RGB (Red+Green+Blue) = 240+41+94=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F0295E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0295E is #0FD6A1. Grayscale: #6A6A6A. Windows color (decimal): -1037986 or 6171120. OLE color: 6171120.

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

Color convert

RGB 240 41 94 -
CMYK 0 0.83 0.61 0.06
HSL 344.02º 0.87% 0.55% -
HSV(B) 344.02º 0.83% 0.94% -
XYZ 38.75 20.92 12.59 -
YUV 106.54 120.93 223.19 -
System Red Green Blue C M Y K H S L
Decimal 240 41 94 0 0.83 0.61 0.06 344.02 0.87 0.55
Hex F0 29 5E 0 53 3D 6 158 57 37
Octal 360 51 136 0 123 75 6 530 127 67
Binary 11110000 101001 1011110 0 1010011 111101 110 101011000 1010111 110111

Color Harmonies of #F0295E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0295E

Black with #F0295E

Text Example


Text Example

White with #F0295E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0295E; }

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

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

background-color css

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

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

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

border-color css

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

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

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