#F92E84

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

Shades of Wild Strawberry #F92E84

Tints of Wild Strawberry #F92E84

Color information

#F92E84 (or 0xF92E84) is unknown color: approx Wild Strawberry. HEX triplet: F9, 2E and 84. RGB value is (249,46,132). Sum of RGB (Red+Green+Blue) = 249+46+132=427 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.31% from 427); Green value is 46 (18.36% from 255 or 10.77% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 249 - color contains mainly: red. Hex color #F92E84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92E84 is #06D17B. Grayscale: #747474. Windows color (decimal): -446844 or 8662777. OLE color: 8662777.

HSL color Cylindrical-coordinate representation of color #F92E84: hue angle of 334.58º 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 #F92E84 is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB24946132-
CMYK00.820.470.02
HSL334.58º94.42%57.84%-
HSV(B)334.58º81.53%97.65%-
XYZ44.2123.7624.09-
YUV116.5136.75222.51-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 58.31%
GREEN value IS 46 (18.36% from 255) = 10.77%
BLUE value IS 132 (51.95% from 255) = 30.91%
R=58.31%
G=10.77%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2494613200.820.470.02334.5894.4257.84
HexF92E840522F214f5e3a
Octal37156204012257251713672
Binary111110011011101000010001010010101111101010011111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F92E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F92E84; }

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

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

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

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

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

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

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

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