#FB3DAA

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

Shades of Wild Strawberry #FB3DAA

Tints of Wild Strawberry #FB3DAA

Color information

#FB3DAA (or 0xFB3DAA) is unknown color: approx Wild Strawberry. HEX triplet: FB, 3D and AA. RGB value is (251,61,170). Sum of RGB (Red+Green+Blue) = 251+61+170=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 61 (24.22% from 255 or 12.66% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3DAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3DAA is #04C255. Grayscale: #818181. Windows color (decimal): -311894 or 11156987. OLE color: 11156987.

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

Color convert

RGB25161170-
CMYK00.760.320.02
HSL325.58º95.96%61.18%-
HSV(B)325.58º75.7%98.43%-
XYZ48.7126.7540.63-
YUV130.24150.45214.14-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.07%
GREEN value IS 61 (24.22% from 255) = 12.66%
BLUE value IS 170 (66.80% from 255) = 35.27%
R=52.07%
G=12.66%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2516117000.760.320.02325.5895.9661.18
HexFB3DAA04C202146603d
Octal37375252011440250614075
Binary111110111111011010101001001100100000101010001101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB3DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB3DAA; }

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

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

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

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

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

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

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

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