#FB3DA9

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

Shades of Wild Strawberry #FB3DA9

Tints of Wild Strawberry #FB3DA9

Color information

#FB3DA9 (or 0xFB3DA9) is unknown color: approx Wild Strawberry. HEX triplet: FB, 3D and A9. RGB value is (251,61,169). Sum of RGB (Red+Green+Blue) = 251+61+169=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 61 (24.22% from 255 or 12.68% from 481); Blue value is 169 (66.41% from 255 or 35.14% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3DA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3DA9 is #04C256. Grayscale: #818181. Windows color (decimal): -311895 or 11091451. OLE color: 11091451.

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

Color convert

RGB25161169-
CMYK00.760.330.02
HSL325.89º95.96%61.18%-
HSV(B)325.89º75.7%98.43%-
XYZ48.6126.7140.13-
YUV130.12149.95214.22-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.18%
GREEN value IS 61 (24.22% from 255) = 12.68%
BLUE value IS 169 (66.41% from 255) = 35.14%
R=52.18%
G=12.68%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2516116900.760.330.02325.8995.9661.18
HexFB3DA904C212146603d
Octal37375251011441250614075
Binary111110111111011010100101001100100001101010001101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB3DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB3DA9; }

 p { color: rgb(251,61,169); }

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

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

 a { background-color: rgb(251,61,169); }

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

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

 span { border-color: rgb(251,61,169); }

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