#FC3396

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

Shades of Wild Strawberry #FC3396

Tints of Wild Strawberry #FC3396

Color information

#FC3396 (or 0xFC3396) is unknown color: approx Wild Strawberry. HEX triplet: FC, 33 and 96. RGB value is (252,51,150). Sum of RGB (Red+Green+Blue) = 252+51+150=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 51 (20.31% from 255 or 11.26% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3396 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3396 is #03CC69. Grayscale: #7A7A7A. Windows color (decimal): -248938 or 9843708. OLE color: 9843708.

HSL color Cylindrical-coordinate representation of color #FC3396: hue angle of 330.45º 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 #FC3396 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB25251150-
CMYK00.800.400.01
HSL330.45º97.1%59.41%-
HSV(B)330.45º79.76%98.82%-
XYZ46.8325.2731.26-
YUV122.38143.59220.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 55.63%
GREEN value IS 51 (20.31% from 255) = 11.26%
BLUE value IS 150 (58.98% from 255) = 33.11%
R=55.63%
G=11.26%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2525115000.800.400.01330.4597.159.41
HexFC339605028114a613b
Octal37463226012050151214173
Binary11111100110011100101100101000010100011010010101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3396; }

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

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

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

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

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

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

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

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