#F12E93

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

Shades of Wild Strawberry #F12E93

Tints of Wild Strawberry #F12E93

Color information

#F12E93 (or 0xF12E93) is unknown color: approx Wild Strawberry. HEX triplet: F1, 2E and 93. RGB value is (241,46,147). Sum of RGB (Red+Green+Blue) = 241+46+147=434 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.53% from 434); Green value is 46 (18.36% from 255 or 10.60% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 241 - color contains mainly: red. Hex color #F12E93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12E93 is #0ED16C. Grayscale: #737373. Windows color (decimal): -971117 or 9645809. OLE color: 9645809.

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

Color convert

RGB24146147-
CMYK00.810.390.05
HSL328.92º87.44%56.27%-
HSV(B)328.92º80.91%94.51%-
XYZ42.5222.7629.76-
YUV115.82145.6217.29-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.53%
GREEN value IS 46 (18.36% from 255) = 10.60%
BLUE value IS 147 (57.81% from 255) = 33.87%
R=55.53%
G=10.60%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2414614700.810.390.05328.9287.4456.27
HexF12E930512751495738
Octal36156223012147551112770
Binary1111000110111010010011010100011001111011010010011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12E93; }

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

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

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

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

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

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

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

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