#FB3D9D

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

Shades of Wild Strawberry #FB3D9D

Tints of Wild Strawberry #FB3D9D

Color information

#FB3D9D (or 0xFB3D9D) is unknown color: approx Wild Strawberry. HEX triplet: FB, 3D and 9D. RGB value is (251,61,157). Sum of RGB (Red+Green+Blue) = 251+61+157=469 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.52% from 469); Green value is 61 (24.22% from 255 or 13.01% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3D9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3D9D is #04C262. Grayscale: #808080. Windows color (decimal): -311907 or 10305019. OLE color: 10305019.

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

Color convert

RGB25161157-
CMYK00.760.370.02
HSL329.68º95.96%61.18%-
HSV(B)329.68º75.7%98.43%-
XYZ47.5426.2834.47-
YUV128.75143.95215.19-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 53.52%
GREEN value IS 61 (24.22% from 255) = 13.01%
BLUE value IS 157 (61.72% from 255) = 33.48%
R=53.52%
G=13.01%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2516115700.760.370.02329.6895.9661.18
HexFB3D9D04C25214a603d
Octal37375235011445251214075
Binary111110111111011001110101001100100101101010010101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB3D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB3D9D; }

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

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

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

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

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

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

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

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