#FF388E

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

Shades of Wild Strawberry #FF388E

Tints of Wild Strawberry #FF388E

Color information

#FF388E (or 0xFF388E) is unknown color: approx Wild Strawberry. HEX triplet: FF, 38 and 8E. RGB value is (255,56,142). Sum of RGB (Red+Green+Blue) = 255+56+142=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 56 (22.27% from 255 or 12.36% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF388E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF388E is #00C771. Grayscale: #7D7D7D. Windows color (decimal): -51058 or 9320703. OLE color: 9320703.

HSL color Cylindrical-coordinate representation of color #FF388E: hue angle of 334.07º 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 #FF388E is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB25556142-
CMYK00.780.440
HSL334.07º100%60.98%-
HSV(B)334.07º78.04%100%-
XYZ47.5426.0428.11-
YUV125.3137.43220.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.29%
GREEN value IS 56 (22.27% from 255) = 12.36%
BLUE value IS 142 (55.86% from 255) = 31.35%
R=56.29%
G=12.36%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555614200.780.440334.0710060.98
HexFF388E04E2C014e643d
Octal37770216011654051614475
Binary11111111111000100011100100111010110001010011101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF388E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF388E; }

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

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

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

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

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

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

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

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