#FB3590

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

Shades of Wild Strawberry #FB3590

Tints of Wild Strawberry #FB3590

Color information

#FB3590 (or 0xFB3590) is unknown color: approx Wild Strawberry. HEX triplet: FB, 35 and 90. RGB value is (251,53,144). Sum of RGB (Red+Green+Blue) = 251+53+144=448 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.03% from 448); Green value is 53 (21.09% from 255 or 11.83% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3590 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3590 is #04CA6F. Grayscale: #7A7A7A. Windows color (decimal): -313968 or 9451003. OLE color: 9451003.

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

Color convert

RGB25153144-
CMYK00.790.430.02
HSL332.42º96.12%59.61%-
HSV(B)332.42º78.88%98.43%-
XYZ46.0925.0728.8-
YUV122.58140.1219.6-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 56.03%
GREEN value IS 53 (21.09% from 255) = 11.83%
BLUE value IS 144 (56.64% from 255) = 32.14%
R=56.03%
G=11.83%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2515314400.790.430.02332.4296.1259.61
HexFB359004F2B214c603c
Octal37365220011753251414074
Binary111110111101011001000001001111101011101010011001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB3590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB3590; }

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

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

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

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

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

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

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

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