#FB3996

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

Shades of Wild Strawberry #FB3996

Tints of Wild Strawberry #FB3996

Color information

#FB3996 (or 0xFB3996) is unknown color: approx Wild Strawberry. HEX triplet: FB, 39 and 96. RGB value is (251,57,150). Sum of RGB (Red+Green+Blue) = 251+57+150=458 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.80% from 458); Green value is 57 (22.66% from 255 or 12.45% from 458); Blue value is 150 (58.98% from 255 or 32.75% from 458); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3996 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3996 is #04C669. Grayscale: #7D7D7D. Windows color (decimal): -312938 or 9845243. OLE color: 9845243.

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

Color convert

RGB25157150-
CMYK00.770.400.02
HSL331.24º96.04%60.39%-
HSV(B)331.24º77.29%98.43%-
XYZ46.7525.6431.34-
YUV125.61141.77217.44-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 54.80%
GREEN value IS 57 (22.66% from 255) = 12.45%
BLUE value IS 150 (58.98% from 255) = 32.75%
R=54.80%
G=12.45%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2515715000.770.400.02331.2496.0460.39
HexFB399604D28214b603c
Octal37371226011550251314074
Binary111110111110011001011001001101101000101010010111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB3996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB3996; }

 p { color: rgb(251,57,150); }

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

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

 a { background-color: rgb(251,57,150); }

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

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

 span { border-color: rgb(251,57,150); }

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