#FC40A0

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

Shades of Wild Strawberry #FC40A0

Tints of Wild Strawberry #FC40A0

Color information

#FC40A0 (or 0xFC40A0) is unknown color: approx Wild Strawberry. HEX triplet: FC, 40 and A0. RGB value is (252,64,160). Sum of RGB (Red+Green+Blue) = 252+64+160=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 64 (25.39% from 255 or 13.45% from 476); Blue value is 160 (62.89% from 255 or 33.61% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC40A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC40A0 is #03BF5F. Grayscale: #828282. Windows color (decimal): -245600 or 10502396. OLE color: 10502396.

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

Color convert

RGB25264160-
CMYK00.750.370.01
HSL329.36º96.91%61.96%-
HSV(B)329.36º74.6%98.82%-
XYZ48.3226.935.9-
YUV131.16144.28214.19-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.94%
GREEN value IS 64 (25.39% from 255) = 13.45%
BLUE value IS 160 (62.89% from 255) = 33.61%
R=52.94%
G=13.45%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2526416000.750.370.01329.3696.9161.96
HexFC40A004B251149613e
Octal374100240011345151114176
Binary111111001000000101000000100101110010111010010011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC40A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC40A0; }

 p { color: rgb(252,64,160); }

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

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

 a { background-color: rgb(252,64,160); }

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

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

 span { border-color: rgb(252,64,160); }

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