#F1328C

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

Shades of Wild Strawberry #F1328C

Tints of Wild Strawberry #F1328C

Color information

#F1328C (or 0xF1328C) is unknown color: approx Wild Strawberry. HEX triplet: F1, 32 and 8C. RGB value is (241,50,140). Sum of RGB (Red+Green+Blue) = 241+50+140=431 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.92% from 431); Green value is 50 (19.92% from 255 or 11.60% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 241 - color contains mainly: red. Hex color #F1328C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1328C is #0ECD73. Grayscale: #757575. Windows color (decimal): -970100 or 9188081. OLE color: 9188081.

HSL color Cylindrical-coordinate representation of color #F1328C: hue angle of 331.73º 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 #F1328C is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB24150140-
CMYK00.790.420.05
HSL331.73º87.21%57.06%-
HSV(B)331.73º79.25%94.51%-
XYZ42.1522.8827-
YUV117.37140.78216.18-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.92%
GREEN value IS 50 (19.92% from 255) = 11.60%
BLUE value IS 140 (55.08% from 255) = 32.48%
R=55.92%
G=11.60%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415014000.790.420.05331.7387.2157.06
HexF1328C04F2A514c5739
Octal36162214011752551412771
Binary1111000111001010001100010011111010101011010011001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1328C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1328C; }

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

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

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

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

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

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

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

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