Html Css Color HEX #F0295D Amaranth

📋 copy color: '#F0295D'

red 240 ◦ green 41 ◦ blue 93

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

Shades of Amaranth #F0295D

Tints of Amaranth #F0295D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.87%

R = 64.17%
G = 10.96%
B = 24.87%

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

#F0295D (or 0xF0295D) is known color: Amaranth. HEX triplet: F0, 29 and 5D. RGB value is (240,41,93). Sum of RGB (Red+Green+Blue) = 240+41+93=374 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.17% from 374); Green value is 41 (16.41% from 255 or 10.96% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 240 - color contains mainly: red. Hex color #F0295D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0295D is #0FD6A2. Grayscale: #6A6A6A. Windows color (decimal): -1037987 or 6105584. OLE color: 6105584.

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

Color convert

RGB 240 41 93 -
CMYK 0 0.83 0.61 0.06
HSL 344.32º 0.87% 0.55% -
HSV(B) 344.32º 0.83% 0.94% -
XYZ 38.7 20.9 12.35 -
YUV 106.43 120.43 223.27 -
System Red Green Blue C M Y K H S L
Decimal 240 41 93 0 0.83 0.61 0.06 344.32 0.87 0.55
Hex F0 29 5D 0 53 3D 6 158 57 37
Octal 360 51 135 0 123 75 6 530 127 67
Binary 11110000 101001 1011101 0 1010011 111101 110 101011000 1010111 110111

Color Harmonies of #F0295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0295D

Black with #F0295D

Text Example


Text Example

White with #F0295D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0295D; }

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

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

background-color css

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

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

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

border-color css

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

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

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