#FB40AC

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

Shades of Wild Strawberry #FB40AC

Tints of Wild Strawberry #FB40AC

Color information

#FB40AC (or 0xFB40AC) is unknown color: approx Wild Strawberry. HEX triplet: FB, 40 and AC. RGB value is (251,64,172). Sum of RGB (Red+Green+Blue) = 251+64+172=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 64 (25.39% from 255 or 13.14% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FB40AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB40AC is #04BF53. Grayscale: #838383. Windows color (decimal): -311124 or 11288827. OLE color: 11288827.

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

Color convert

RGB25164172-
CMYK00.750.310.02
HSL325.35º95.9%61.76%-
HSV(B)325.35º74.5%98.43%-
XYZ49.0627.1541.69-
YUV132.22150.45212.72-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.54%
GREEN value IS 64 (25.39% from 255) = 13.14%
BLUE value IS 172 (67.58% from 255) = 35.32%
R=51.54%
G=13.14%
B=35.32%

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
Decimal2516417200.750.310.02325.3595.961.76
HexFB40AC04B1F2145603e
Octal373100254011337250514076
Binary111110111000000101011000100101111111101010001011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB40AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB40AC; }

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

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

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

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

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

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

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

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