#F1328D

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

Shades of Wild Strawberry #F1328D

Tints of Wild Strawberry #F1328D

Color information

#F1328D (or 0xF1328D) is unknown color: approx Wild Strawberry. HEX triplet: F1, 32 and 8D. RGB value is (241,50,141). Sum of RGB (Red+Green+Blue) = 241+50+141=432 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.79% from 432); Green value is 50 (19.92% from 255 or 11.57% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 241 - color contains mainly: red. Hex color #F1328D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1328D is #0ECD72. Grayscale: #757575. Windows color (decimal): -970099 or 9253617. OLE color: 9253617.

HSL color Cylindrical-coordinate representation of color #F1328D: hue angle of 331.41º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F1328D is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB24150141-
CMYK00.790.410.05
HSL331.41º87.21%57.06%-
HSV(B)331.41º79.25%94.51%-
XYZ42.2222.9127.39-
YUV117.48141.28216.1-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.79%
GREEN value IS 50 (19.92% from 255) = 11.57%
BLUE value IS 141 (55.47% from 255) = 32.64%
R=55.79%
G=11.57%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415014100.790.410.05331.4187.2157.06
HexF1328D04F29514b5739
Octal36162215011751551312771
Binary1111000111001010001101010011111010011011010010111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1328D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1328D; }

 p { color: rgb(241,50,141); }

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

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

 a { background-color: rgb(241,50,141); }

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

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

 span { border-color: rgb(241,50,141); }

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