#FB3E93

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

Shades of Wild Strawberry #FB3E93

Tints of Wild Strawberry #FB3E93

Color information

#FB3E93 (or 0xFB3E93) is unknown color: approx Wild Strawberry. HEX triplet: FB, 3E and 93. RGB value is (251,62,147). Sum of RGB (Red+Green+Blue) = 251+62+147=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 62 (24.61% from 255 or 13.48% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3E93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3E93 is #04C16C. Grayscale: #808080. Windows color (decimal): -311661 or 9649915. OLE color: 9649915.

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

Color convert

RGB25162147-
CMYK00.750.410.02
HSL333.02º95.94%61.37%-
HSV(B)333.02º75.3%98.43%-
XYZ46.7726.0630.17-
YUV128.2138.62215.59-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 54.57%
GREEN value IS 62 (24.61% from 255) = 13.48%
BLUE value IS 147 (57.81% from 255) = 31.96%
R=54.57%
G=13.48%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2516214700.750.410.02333.0295.9461.37
HexFB3E9304B29214d603d
Octal37376223011351251514075
Binary111110111111101001001101001011101001101010011011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB3E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB3E93; }

 p { color: rgb(251,62,147); }

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

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

 a { background-color: rgb(251,62,147); }

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

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

 span { border-color: rgb(251,62,147); }

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