#f12e8d

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

Shades of Wild Strawberry #F12E8D

Tints of Wild Strawberry #F12E8D

Color information

#F12E8D (or 0xF12E8D) is unknown color: approx Wild Strawberry. HEX triplet: F1, 2E and 8D. RGB value is (241,46,141). Sum of RGB (Red+Green+Blue) = 241+46+141=428 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.31% from 428); Green value is 46 (18.36% from 255 or 10.75% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 241 - color contains mainly: red. Hex color #F12E8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12E8D is #0ED172. Grayscale: #727272. Windows color (decimal): -971123 or 9252593. OLE color: 9252593.

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

Color convert

RGB24146141-
CMYK00.810.410.05
HSL330.77º87.44%56.27%-
HSV(B)330.77º80.91%94.51%-
XYZ42.0622.5827.34-
YUV115.14142.6217.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.31%
GREEN value IS 46 (18.36% from 255) = 10.75%
BLUE value IS 141 (55.47% from 255) = 32.94%
R=56.31%
G=10.75%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2414614100.810.410.05330.7787.4456.27
HexF12E8D05129514b5738
Octal36156215012151551312770
Binary1111000110111010001101010100011010011011010010111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f12e8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f12e8d; }

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

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

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

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

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

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

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

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