#FB3FAB

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

Shades of Wild Strawberry #FB3FAB

Tints of Wild Strawberry #FB3FAB

Color information

#FB3FAB (or 0xFB3FAB) is unknown color: approx Wild Strawberry. HEX triplet: FB, 3F and AB. RGB value is (251,63,171). Sum of RGB (Red+Green+Blue) = 251+63+171=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 63 (25% from 255 or 12.99% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3FAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3FAB is #04C054. Grayscale: #838383. Windows color (decimal): -311381 or 11223035. OLE color: 11223035.

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

Color convert

RGB25163171-
CMYK00.750.320.02
HSL325.53º95.92%61.57%-
HSV(B)325.53º74.9%98.43%-
XYZ48.912741.16-
YUV131.52150.28213.22-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.75%
GREEN value IS 63 (25% from 255) = 12.99%
BLUE value IS 171 (67.19% from 255) = 35.26%
R=51.75%
G=12.99%
B=35.26%

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
Decimal2516317100.750.320.02325.5395.9261.57
HexFB3FAB04B202146603e
Octal37377253011340250614076
Binary111110111111111010101101001011100000101010001101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB3FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB3FAB; }

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

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

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

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

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

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

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

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