#F12689

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

Shades of Wild Strawberry #F12689

Tints of Wild Strawberry #F12689

Color information

#F12689 (or 0xF12689) is unknown color: approx Wild Strawberry. HEX triplet: F1, 26 and 89. RGB value is (241,38,137). Sum of RGB (Red+Green+Blue) = 241+38+137=416 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.93% from 416); Green value is 38 (15.23% from 255 or 9.13% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 241 - color contains mainly: red. Hex color #F12689 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12689 is #0ED976. Grayscale: #6D6D6D. Windows color (decimal): -973175 or 8988401. OLE color: 8988401.

HSL color Cylindrical-coordinate representation of color #F12689: hue angle of 330.74º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F12689 is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB24138137-
CMYK00.840.430.05
HSL330.74º87.88%54.71%-
HSV(B)330.74º84.23%94.51%-
XYZ41.4821.8925.71-
YUV109.98143.25221.45-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 57.93%
GREEN value IS 38 (15.23% from 255) = 9.13%
BLUE value IS 137 (53.91% from 255) = 32.93%
R=57.93%
G=9.13%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2413813700.840.430.05330.7487.8854.71
HexF126890542B514b5837
Octal36146211012453551313067
Binary1111000110011010001001010101001010111011010010111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12689; }

 p { color: rgb(241,38,137); }

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

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

 a { background-color: rgb(241,38,137); }

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

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

 span { border-color: rgb(241,38,137); }

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