#F12688

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

Shades of Wild Strawberry #F12688

Tints of Wild Strawberry #F12688

Color information

#F12688 (or 0xF12688) is unknown color: approx Wild Strawberry. HEX triplet: F1, 26 and 88. RGB value is (241,38,136). Sum of RGB (Red+Green+Blue) = 241+38+136=415 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.07% from 415); Green value is 38 (15.23% from 255 or 9.16% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 241 - color contains mainly: red. Hex color #F12688 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12688 is #0ED977. Grayscale: #6D6D6D. Windows color (decimal): -973176 or 8922865. OLE color: 8922865.

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

Color convert

RGB24138136-
CMYK00.840.440.05
HSL331.03º87.88%54.71%-
HSV(B)331.03º84.23%94.51%-
XYZ41.4121.8625.33-
YUV109.87142.75221.53-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 58.07%
GREEN value IS 38 (15.23% from 255) = 9.16%
BLUE value IS 136 (53.52% from 255) = 32.77%
R=58.07%
G=9.16%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2413813600.840.440.05331.0387.8854.71
HexF126880542C514b5837
Octal36146210012454551313067
Binary1111000110011010001000010101001011001011010010111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12688; }

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

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

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

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

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

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

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

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