#FC3496

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

Shades of Wild Strawberry #FC3496

Tints of Wild Strawberry #FC3496

Color information

#FC3496 (or 0xFC3496) is unknown color: approx Wild Strawberry. HEX triplet: FC, 34 and 96. RGB value is (252,52,150). Sum of RGB (Red+Green+Blue) = 252+52+150=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 52 (20.70% from 255 or 11.45% from 454); Blue value is 150 (58.98% from 255 or 33.04% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3496 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3496 is #03CB69. Grayscale: #7A7A7A. Windows color (decimal): -248682 or 9843964. OLE color: 9843964.

HSL color Cylindrical-coordinate representation of color #FC3496: hue angle of 330.6º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FC3496 is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB25252150-
CMYK00.790.400.01
HSL330.6º97.09%59.61%-
HSV(B)330.6º79.37%98.82%-
XYZ46.8825.3531.28-
YUV122.97143.26220.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 55.51%
GREEN value IS 52 (20.70% from 255) = 11.45%
BLUE value IS 150 (58.98% from 255) = 33.04%
R=55.51%
G=11.45%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2525215000.790.400.01330.697.0959.61
HexFC349604F28114b613c
Octal37464226011750151314174
Binary11111100110100100101100100111110100011010010111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3496; }

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

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

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

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

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

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

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

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