#FC2F95

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

Shades of Wild Strawberry #FC2F95

Tints of Wild Strawberry #FC2F95

Color information

#FC2F95 (or 0xFC2F95) is unknown color: approx Wild Strawberry. HEX triplet: FC, 2F and 95. RGB value is (252,47,149). Sum of RGB (Red+Green+Blue) = 252+47+149=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 47 (18.75% from 255 or 10.49% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2F95 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2F95 is #03D06A. Grayscale: #777777. Windows color (decimal): -249963 or 9777148. OLE color: 9777148.

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

Color convert

RGB25247149-
CMYK00.810.410.01
HSL330.15º97.16%58.63%-
HSV(B)330.15º81.35%98.82%-
XYZ46.5924.930.78-
YUV119.92144.42222.21-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.25%
GREEN value IS 47 (18.75% from 255) = 10.49%
BLUE value IS 149 (58.59% from 255) = 33.26%
R=56.25%
G=10.49%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2524714900.810.410.01330.1597.1658.63
HexFC2F9505129114a613b
Octal37457225012151151214173
Binary11111100101111100101010101000110100111010010101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC2F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC2F95; }

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

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

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

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

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

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

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

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