#F0275B

Color #F0275B Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #F0275B

Tints of Amaranth #F0275B

Color information

#F0275B (or 0xF0275B) is unknown color: approx Amaranth. HEX triplet: F0, 27 and 5B. RGB value is (240,39,91). Sum of RGB (Red+Green+Blue) = 240+39+91=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 39 (15.62% from 255 or 10.54% from 370); Blue value is 91 (35.94% from 255 or 24.59% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F0275B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0275B is #0FD8A4. Grayscale: #696969. Windows color (decimal): -1038501 or 5974000. OLE color: 5974000.

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

Color convert

RGB2403991-
CMYK00.840.620.06
HSL344.48º87.01%54.71%-
HSV(B)344.48º83.75%94.12%-
XYZ38.5520.7311.87-
YUV105.03120.09224.27-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 64.86%
GREEN value IS 39 (15.62% from 255) = 10.54%
BLUE value IS 91 (35.94% from 255) = 24.59%
R=64.86%
G=10.54%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240399100.840.620.06344.4887.0154.71
HexF0275B0543E61585737
Octal36047133012476653012767
Binary111100001001111011011010101001111101101010110001010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0275B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0275B; }

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

 H1.HeaderClassName
 {
   color: #F0275B;
 }
 .AnyTagClassName
 {
   color: #F0275B;
 }
</style>
background-color css

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

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

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

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

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

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