#F92E86

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

Shades of Wild Strawberry #F92E86

Tints of Wild Strawberry #F92E86

Color information

#F92E86 (or 0xF92E86) is unknown color: approx Wild Strawberry. HEX triplet: F9, 2E and 86. RGB value is (249,46,134). Sum of RGB (Red+Green+Blue) = 249+46+134=429 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.04% from 429); Green value is 46 (18.36% from 255 or 10.72% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 249 - color contains mainly: red. Hex color #F92E86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92E86 is #06D179. Grayscale: #747474. Windows color (decimal): -446842 or 8793849. OLE color: 8793849.

HSL color Cylindrical-coordinate representation of color #F92E86: hue angle of 333.99º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F92E86 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB24946134-
CMYK00.820.460.02
HSL333.99º94.42%57.84%-
HSV(B)333.99º81.53%97.65%-
XYZ44.3523.8124.81-
YUV116.73137.75222.34-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 58.04%
GREEN value IS 46 (18.36% from 255) = 10.72%
BLUE value IS 134 (52.73% from 255) = 31.24%
R=58.04%
G=10.72%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2494613400.820.460.02333.9994.4257.84
HexF92E860522E214e5e3a
Octal37156206012256251613672
Binary111110011011101000011001010010101110101010011101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F92E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F92E86; }

 p { color: rgb(249,46,134); }

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

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

 a { background-color: rgb(249,46,134); }

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

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

 span { border-color: rgb(249,46,134); }

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