#F0334B

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

Shades of Amaranth #F0334B

Tints of Amaranth #F0334B

Color information

#F0334B (or 0xF0334B) is unknown color: approx Amaranth. HEX triplet: F0, 33 and 4B. RGB value is (240,51,75). Sum of RGB (Red+Green+Blue) = 240+51+75=366 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.57% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 240 - color contains mainly: red. Hex color #F0334B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0334B is #0FCCB4. Grayscale: #6E6E6E. Windows color (decimal): -1035445 or 4928496. OLE color: 4928496.

HSL color Cylindrical-coordinate representation of color #F0334B: hue angle of 352.38º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F0334B is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB2405175-
CMYK00.790.690.06
HSL352.38º86.3%57.06%-
HSV(B)352.38º78.75%94.12%-
XYZ38.3921.48.76-
YUV110.25108.12220.55-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 65.57%
GREEN value IS 51 (20.31% from 255) = 13.93%
BLUE value IS 75 (29.69% from 255) = 20.49%
R=65.57%
G=13.93%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240517500.790.690.06352.3886.357.06
HexF0334B04F4561605639
Octal360631130117105654012671
Binary1111000011001110010110100111110001011101011000001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0334B; }

 p { color: rgb(240,51,75); }

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

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

 a { background-color: rgb(240,51,75); }

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

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

 span { border-color: rgb(240,51,75); }

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