#FC388D

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

Shades of Wild Strawberry #FC388D

Tints of Wild Strawberry #FC388D

Color information

#FC388D (or 0xFC388D) is unknown color: approx Wild Strawberry. HEX triplet: FC, 38 and 8D. RGB value is (252,56,141). Sum of RGB (Red+Green+Blue) = 252+56+141=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 56 (22.27% from 255 or 12.47% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC388D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC388D is #03C772. Grayscale: #7C7C7C. Windows color (decimal): -247667 or 9255164. OLE color: 9255164.

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

Color convert

RGB25256141-
CMYK00.780.440.01
HSL333.98º97.03%60.39%-
HSV(B)333.98º77.78%98.82%-
XYZ46.3725.4527.67-
YUV124.29137.43219.09-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.12%
GREEN value IS 56 (22.27% from 255) = 12.47%
BLUE value IS 141 (55.47% from 255) = 31.40%
R=56.12%
G=12.47%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2525614100.780.440.01333.9897.0360.39
HexFC388D04E2C114e613c
Octal37470215011654151614174
Binary11111100111000100011010100111010110011010011101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC388D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC388D; }

 p { color: rgb(252,56,141); }

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

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

 a { background-color: rgb(252,56,141); }

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

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

 span { border-color: rgb(252,56,141); }

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