#FF40AE

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

Shades of Wild Strawberry #FF40AE

Tints of Wild Strawberry #FF40AE

Color information

#FF40AE (or 0xFF40AE) is unknown color: approx Wild Strawberry. HEX triplet: FF, 40 and AE. RGB value is (255,64,174). Sum of RGB (Red+Green+Blue) = 255+64+174=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 64 (25.39% from 255 or 12.98% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF40AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF40AE is #00BF51. Grayscale: #858585. Windows color (decimal): -48978 or 11419903. OLE color: 11419903.

HSL color Cylindrical-coordinate representation of color #FF40AE: hue angle of 325.45º 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 #FF40AE is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB25564174-
CMYK00.750.320
HSL325.45º100%62.55%-
HSV(B)325.45º74.9%100%-
XYZ50.7127.9842.77-
YUV133.65150.78214.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.72%
GREEN value IS 64 (25.39% from 255) = 12.98%
BLUE value IS 174 (68.36% from 255) = 35.29%
R=51.72%
G=12.98%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556417400.750.320325.4510062.55
HexFF40AE04B200145643f
Octal377100256011340050514477
Binary111111111000000101011100100101110000001010001011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF40AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF40AE; }

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

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

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

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

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

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

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

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