#FB40AD

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

Shades of Wild Strawberry #FB40AD

Tints of Wild Strawberry #FB40AD

Color information

#FB40AD (or 0xFB40AD) is unknown color: approx Wild Strawberry. HEX triplet: FB, 40 and AD. RGB value is (251,64,173). Sum of RGB (Red+Green+Blue) = 251+64+173=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 64 (25.39% from 255 or 13.11% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FB40AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB40AD is #04BF52. Grayscale: #848484. Windows color (decimal): -311123 or 11354363. OLE color: 11354363.

HSL color Cylindrical-coordinate representation of color #FB40AD: hue angle of 325.03º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB40AD is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB25164173-
CMYK00.750.310.02
HSL325.03º95.9%61.76%-
HSV(B)325.03º74.5%98.43%-
XYZ49.1627.1942.19-
YUV132.34150.95212.64-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.43%
GREEN value IS 64 (25.39% from 255) = 13.11%
BLUE value IS 173 (67.97% from 255) = 35.45%
R=51.43%
G=13.11%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2516417300.750.310.02325.0395.961.76
HexFB40AD04B1F2145603e
Octal373100255011337250514076
Binary111110111000000101011010100101111111101010001011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB40AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB40AD; }

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

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

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

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

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

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

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

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