#FB3FAA

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

Shades of Wild Strawberry #FB3FAA

Tints of Wild Strawberry #FB3FAA

Color information

#FB3FAA (or 0xFB3FAA) is unknown color: approx Wild Strawberry. HEX triplet: FB, 3F and AA. RGB value is (251,63,170). Sum of RGB (Red+Green+Blue) = 251+63+170=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 63 (25% from 255 or 13.02% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3FAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3FAA is #04C055. Grayscale: #838383. Windows color (decimal): -311382 or 11157499. OLE color: 11157499.

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

Color convert

RGB25163170-
CMYK00.750.320.02
HSL325.85º95.92%61.57%-
HSV(B)325.85º74.9%98.43%-
XYZ48.8226.9740.66-
YUV131.41149.78213.3-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.86%
GREEN value IS 63 (25% from 255) = 13.02%
BLUE value IS 170 (66.80% from 255) = 35.12%
R=51.86%
G=13.02%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2516317000.750.320.02325.8595.9261.57
HexFB3FAA04B202146603e
Octal37377252011340250614076
Binary111110111111111010101001001011100000101010001101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB3FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB3FAA; }

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

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

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

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

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

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

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

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