#FB359E

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

Shades of Wild Strawberry #FB359E

Tints of Wild Strawberry #FB359E

Color information

#FB359E (or 0xFB359E) is unknown color: approx Wild Strawberry. HEX triplet: FB, 35 and 9E. RGB value is (251,53,158). Sum of RGB (Red+Green+Blue) = 251+53+158=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 53 (21.09% from 255 or 11.47% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FB359E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB359E is #04CA61. Grayscale: #7B7B7B. Windows color (decimal): -313954 or 10368507. OLE color: 10368507.

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

Color convert

RGB25153158-
CMYK00.790.370.02
HSL328.18º96.12%59.61%-
HSV(B)328.18º78.88%98.43%-
XYZ47.2325.5234.79-
YUV124.17147.1218.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 54.33%
GREEN value IS 53 (21.09% from 255) = 11.47%
BLUE value IS 158 (62.11% from 255) = 34.20%
R=54.33%
G=11.47%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2515315800.790.370.02328.1896.1259.61
HexFB359E04F252148603c
Octal37365236011745251014074
Binary111110111101011001111001001111100101101010010001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB359E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB359E; }

 p { color: rgb(251,53,158); }

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

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

 a { background-color: rgb(251,53,158); }

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

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

 span { border-color: rgb(251,53,158); }

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