#FF388D

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

Shades of Wild Strawberry #FF388D

Tints of Wild Strawberry #FF388D

Color information

#FF388D (or 0xFF388D) is unknown color: approx Wild Strawberry. HEX triplet: FF, 38 and 8D. RGB value is (255,56,141). Sum of RGB (Red+Green+Blue) = 255+56+141=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 56 (22.27% from 255 or 12.39% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF388D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF388D is #00C772. Grayscale: #7D7D7D. Windows color (decimal): -51059 or 9255167. OLE color: 9255167.

HSL color Cylindrical-coordinate representation of color #FF388D: hue angle of 334.37º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF388D is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB25556141-
CMYK00.780.450
HSL334.37º100%60.98%-
HSV(B)334.37º78.04%100%-
XYZ47.4626.0127.72-
YUV125.19136.93220.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.42%
GREEN value IS 56 (22.27% from 255) = 12.39%
BLUE value IS 141 (55.47% from 255) = 31.19%
R=56.42%
G=12.39%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555614100.780.450334.3710060.98
HexFF388D04E2D014e643d
Octal37770215011655051614475
Binary11111111111000100011010100111010110101010011101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF388D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF388D; }

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

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

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

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

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

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

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

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