#F02750

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

Shades of Amaranth #F02750

Tints of Amaranth #F02750

Color information

#F02750 (or 0xF02750) is unknown color: approx Amaranth. HEX triplet: F0, 27 and 50. RGB value is (240,39,80). Sum of RGB (Red+Green+Blue) = 240+39+80=359 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.85% from 359); Green value is 39 (15.62% from 255 or 10.86% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 240 - color contains mainly: red. Hex color #F02750 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02750 is #0FD8AF. Grayscale: #676767. Windows color (decimal): -1038512 or 5253104. OLE color: 5253104.

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

Color convert

RGB2403980-
CMYK00.840.670.06
HSL347.76º87.01%54.71%-
HSV(B)347.76º83.75%94.12%-
XYZ38.1120.569.55-
YUV103.77114.59225.17-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 66.85%
GREEN value IS 39 (15.62% from 255) = 10.86%
BLUE value IS 80 (31.64% from 255) = 22.28%
R=66.85%
G=10.86%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240398000.840.670.06347.7687.0154.71
HexF0275005443615c5737
Octal360471200124103653412767
Binary1111000010011110100000101010010000111101010111001010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F02750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F02750; }

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

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

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

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

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

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

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

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