#FB348A

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

Shades of Wild Strawberry #FB348A

Tints of Wild Strawberry #FB348A

Color information

#FB348A (or 0xFB348A) is unknown color: approx Wild Strawberry. HEX triplet: FB, 34 and 8A. RGB value is (251,52,138). Sum of RGB (Red+Green+Blue) = 251+52+138=441 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.92% from 441); Green value is 52 (20.70% from 255 or 11.79% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 251 - color contains mainly: red. Hex color #FB348A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB348A is #04CB75. Grayscale: #797979. Windows color (decimal): -314230 or 9057531. OLE color: 9057531.

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

Color convert

RGB25152138-
CMYK00.790.450.02
HSL334.07º96.14%59.41%-
HSV(B)334.07º79.28%98.43%-
XYZ45.624.826.43-
YUV121.3137.43220.51-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 56.92%
GREEN value IS 52 (20.70% from 255) = 11.79%
BLUE value IS 138 (54.30% from 255) = 31.29%
R=56.92%
G=11.79%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2515213800.790.450.02334.0796.1459.41
HexFB348A04F2D214e603b
Octal37364212011755251614073
Binary111110111101001000101001001111101101101010011101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB348A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB348A; }

 p { color: rgb(251,52,138); }

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

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

 a { background-color: rgb(251,52,138); }

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

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

 span { border-color: rgb(251,52,138); }

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