#FB3D9C

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

Shades of Wild Strawberry #FB3D9C

Tints of Wild Strawberry #FB3D9C

Color information

#FB3D9C (or 0xFB3D9C) is unknown color: approx Wild Strawberry. HEX triplet: FB, 3D and 9C. RGB value is (251,61,156). Sum of RGB (Red+Green+Blue) = 251+61+156=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 61 (24.22% from 255 or 13.03% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3D9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3D9C is #04C263. Grayscale: #808080. Windows color (decimal): -311908 or 10239483. OLE color: 10239483.

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

Color convert

RGB25161156-
CMYK00.760.380.02
HSL330º95.96%61.18%-
HSV(B)330º75.7%98.43%-
XYZ47.4526.2534.02-
YUV128.64143.45215.28-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 53.63%
GREEN value IS 61 (24.22% from 255) = 13.03%
BLUE value IS 156 (61.33% from 255) = 33.33%
R=53.63%
G=13.03%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2516115600.760.380.0233095.9661.18
HexFB3D9C04C26214a603d
Octal37375234011446251214075
Binary111110111111011001110001001100100110101010010101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB3D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB3D9C; }

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

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

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

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

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

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

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

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