#FC3395

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

Shades of Wild Strawberry #FC3395

Tints of Wild Strawberry #FC3395

Color information

#FC3395 (or 0xFC3395) is unknown color: approx Wild Strawberry. HEX triplet: FC, 33 and 95. RGB value is (252,51,149). Sum of RGB (Red+Green+Blue) = 252+51+149=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 51 (20.31% from 255 or 11.28% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3395 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3395 is #03CC6A. Grayscale: #7A7A7A. Windows color (decimal): -248939 or 9778172. OLE color: 9778172.

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

Color convert

RGB25251149-
CMYK00.800.410.01
HSL330.75º97.1%59.41%-
HSV(B)330.75º79.76%98.82%-
XYZ46.7525.2330.84-
YUV122.27143.09220.53-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 55.75%
GREEN value IS 51 (20.31% from 255) = 11.28%
BLUE value IS 149 (58.59% from 255) = 32.96%
R=55.75%
G=11.28%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2525114900.800.410.01330.7597.159.41
HexFC339505029114b613b
Octal37463225012051151314173
Binary11111100110011100101010101000010100111010010111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3395; }

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

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

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

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

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

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

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

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