#FC339A

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

Shades of Wild Strawberry #FC339A

Tints of Wild Strawberry #FC339A

Color information

#FC339A (or 0xFC339A) is unknown color: approx Wild Strawberry. HEX triplet: FC, 33 and 9A. RGB value is (252,51,154). Sum of RGB (Red+Green+Blue) = 252+51+154=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 51 (20.31% from 255 or 11.16% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FC339A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC339A is #03CC65. Grayscale: #7A7A7A. Windows color (decimal): -248934 or 10105852. OLE color: 10105852.

HSL color Cylindrical-coordinate representation of color #FC339A: hue angle of 329.25º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC339A is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB25251154-
CMYK00.800.390.01
HSL329.25º97.1%59.41%-
HSV(B)329.25º79.76%98.82%-
XYZ47.1625.432.99-
YUV122.84145.59220.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 55.14%
GREEN value IS 51 (20.31% from 255) = 11.16%
BLUE value IS 154 (60.55% from 255) = 33.70%
R=55.14%
G=11.16%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2525115400.800.390.01329.2597.159.41
HexFC339A050271149613b
Octal37463232012047151114173
Binary11111100110011100110100101000010011111010010011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC339A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC339A; }

 p { color: rgb(252,51,154); }

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

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

 a { background-color: rgb(252,51,154); }

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

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

 span { border-color: rgb(252,51,154); }

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