#FF40A9

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

Shades of Wild Strawberry #FF40A9

Tints of Wild Strawberry #FF40A9

Color information

#FF40A9 (or 0xFF40A9) is unknown color: approx Wild Strawberry. HEX triplet: FF, 40 and A9. RGB value is (255,64,169). Sum of RGB (Red+Green+Blue) = 255+64+169=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 64 (25.39% from 255 or 13.11% from 488); Blue value is 169 (66.41% from 255 or 34.63% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF40A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF40A9 is #00BF56. Grayscale: #848484. Windows color (decimal): -48983 or 11092223. OLE color: 11092223.

HSL color Cylindrical-coordinate representation of color #FF40A9: hue angle of 327.02º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF40A9 is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.

Color convert

RGB25564169-
CMYK00.750.340
HSL327.02º100%62.55%-
HSV(B)327.02º74.9%100%-
XYZ50.2327.7940.25-
YUV133.08148.28214.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.25%
GREEN value IS 64 (25.39% from 255) = 13.11%
BLUE value IS 169 (66.41% from 255) = 34.63%
R=52.25%
G=13.11%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556416900.750.340327.0210062.55
HexFF40A904B220147643f
Octal377100251011342050714477
Binary111111111000000101010010100101110001001010001111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF40A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF40A9; }

 p { color: rgb(255,64,169); }

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

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

 a { background-color: rgb(255,64,169); }

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

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

 span { border-color: rgb(255,64,169); }

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