#f12f94

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

Shades of Wild Strawberry #F12F94

Tints of Wild Strawberry #F12F94

Color information

#F12F94 (or 0xF12F94) is unknown color: approx Wild Strawberry. HEX triplet: F1, 2F and 94. RGB value is (241,47,148). Sum of RGB (Red+Green+Blue) = 241+47+148=436 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.28% from 436); Green value is 47 (18.75% from 255 or 10.78% from 436); Blue value is 148 (58.20% from 255 or 33.94% from 436); Max value from RGB is 241 - color contains mainly: red. Hex color #F12F94 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12F94 is #0ED06B. Grayscale: #747474. Windows color (decimal): -970860 or 9711601. OLE color: 9711601.

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

Color convert

RGB24147148-
CMYK00.800.390.05
HSL328.76º87.39%56.47%-
HSV(B)328.76º80.5%94.51%-
XYZ42.6422.8730.18-
YUV116.52145.77216.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.28%
GREEN value IS 47 (18.75% from 255) = 10.78%
BLUE value IS 148 (58.20% from 255) = 33.94%
R=55.28%
G=10.78%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2414714800.800.390.05328.7687.3956.47
HexF12F940502751495738
Octal36157224012047551112770
Binary1111000110111110010100010100001001111011010010011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f12f94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f12f94; }

 p { color: rgb(241,47,148); }

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

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

 a { background-color: rgb(241,47,148); }

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

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

 span { border-color: rgb(241,47,148); }

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