#FB349A

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

Shades of Wild Strawberry #FB349A

Tints of Wild Strawberry #FB349A

Color information

#FB349A (or 0xFB349A) is unknown color: approx Wild Strawberry. HEX triplet: FB, 34 and 9A. RGB value is (251,52,154). Sum of RGB (Red+Green+Blue) = 251+52+154=457 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.92% from 457); Green value is 52 (20.70% from 255 or 11.38% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 251 - color contains mainly: red. Hex color #FB349A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB349A is #04CB65. Grayscale: #7A7A7A. Windows color (decimal): -314214 or 10106107. OLE color: 10106107.

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

Color convert

RGB25152154-
CMYK00.790.390.02
HSL329.25º96.14%59.41%-
HSV(B)329.25º79.28%98.43%-
XYZ46.8425.332.99-
YUV123.13145.43219.21-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 54.92%
GREEN value IS 52 (20.70% from 255) = 11.38%
BLUE value IS 154 (60.55% from 255) = 33.70%
R=54.92%
G=11.38%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2515215400.790.390.02329.2596.1459.41
HexFB349A04F272149603b
Octal37364232011747251114073
Binary111110111101001001101001001111100111101010010011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB349A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB349A; }

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

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

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

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

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

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

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

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