#FF40AD

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

Shades of Wild Strawberry #FF40AD

Tints of Wild Strawberry #FF40AD

Color information

#FF40AD (or 0xFF40AD) is unknown color: approx Wild Strawberry. HEX triplet: FF, 40 and AD. RGB value is (255,64,173). Sum of RGB (Red+Green+Blue) = 255+64+173=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 64 (25.39% from 255 or 13.01% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF40AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF40AD is #00BF52. Grayscale: #858585. Windows color (decimal): -48979 or 11354367. OLE color: 11354367.

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

Color convert

RGB25564173-
CMYK00.750.320
HSL325.76º100%62.55%-
HSV(B)325.76º74.9%100%-
XYZ50.6227.9442.26-
YUV133.54150.28214.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.83%
GREEN value IS 64 (25.39% from 255) = 13.01%
BLUE value IS 173 (67.97% from 255) = 35.16%
R=51.83%
G=13.01%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556417300.750.320325.7610062.55
HexFF40AD04B200146643f
Octal377100255011340050614477
Binary111111111000000101011010100101110000001010001101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF40AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF40AD; }

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

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

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

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

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

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

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

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