#FB3BA1

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

Shades of Wild Strawberry #FB3BA1

Tints of Wild Strawberry #FB3BA1

Color information

#FB3BA1 (or 0xFB3BA1) is unknown color: approx Wild Strawberry. HEX triplet: FB, 3B and A1. RGB value is (251,59,161). Sum of RGB (Red+Green+Blue) = 251+59+161=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 59 (23.44% from 255 or 12.53% from 471); Blue value is 161 (63.28% from 255 or 34.18% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3BA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3BA1 is #04C45E. Grayscale: #7F7F7F. Windows color (decimal): -312415 or 10566651. OLE color: 10566651.

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

Color convert

RGB25159161-
CMYK00.760.360.02
HSL328.12º96%60.78%-
HSV(B)328.12º76.49%98.43%-
XYZ47.7826.2136.26-
YUV128.04146.61215.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 53.29%
GREEN value IS 59 (23.44% from 255) = 12.53%
BLUE value IS 161 (63.28% from 255) = 34.18%
R=53.29%
G=12.53%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2515916100.760.360.02328.129660.78
HexFB3BA104C242148603d
Octal37373241011444251014075
Binary111110111110111010000101001100100100101010010001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB3BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB3BA1; }

 p { color: rgb(251,59,161); }

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

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

 a { background-color: rgb(251,59,161); }

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

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

 span { border-color: rgb(251,59,161); }

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