Html Css Color HEX #F0295B Amaranth

📋 copy color: '#F0295B'

red 240 ◦ green 41 ◦ blue 91

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

Shades of Amaranth #F0295B

Tints of Amaranth #F0295B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.46%

R = 64.52%
G = 11.02%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0295B (or 0xF0295B) is known color: Amaranth. HEX triplet: F0, 29 and 5B. RGB value is (240,41,91). Sum of RGB (Red+Green+Blue) = 240+41+91=372 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.52% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 240 - color contains mainly: red. Hex color #F0295B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0295B is #0FD6A4. Grayscale: #6A6A6A. Windows color (decimal): -1037989 or 5974512. OLE color: 5974512.

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

Color convert

RGB 240 41 91 -
CMYK 0 0.83 0.62 0.06
HSL 344.92º 0.87% 0.55% -
HSV(B) 344.92º 0.83% 0.94% -
XYZ 38.62 20.87 11.89 -
YUV 106.2 119.43 223.43 -
System Red Green Blue C M Y K H S L
Decimal 240 41 91 0 0.83 0.62 0.06 344.92 0.87 0.55
Hex F0 29 5B 0 53 3E 6 159 57 37
Octal 360 51 133 0 123 76 6 531 127 67
Binary 11110000 101001 1011011 0 1010011 111110 110 101011001 1010111 110111

Color Harmonies of #F0295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0295B

Black with #F0295B

Text Example


Text Example

White with #F0295B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0295B; }

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

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

background-color css

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

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

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

border-color css

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

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

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