#F92894

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

Shades of Wild Strawberry #F92894

Tints of Wild Strawberry #F92894

Color information

#F92894 (or 0xF92894) is unknown color: approx Wild Strawberry. HEX triplet: F9, 28 and 94. RGB value is (249,40,148). Sum of RGB (Red+Green+Blue) = 249+40+148=437 (57% of max value = 765). Red value is 249 (97.66% from 255 or 56.98% from 437); Green value is 40 (16.02% from 255 or 9.15% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 249 - color contains mainly: red. Hex color #F92894 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92894 is #06D76B. Grayscale: #727272. Windows color (decimal): -448364 or 9709817. OLE color: 9709817.

HSL color Cylindrical-coordinate representation of color #F92894: hue angle of 329º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F92894 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB24940148-
CMYK00.840.410.02
HSL329º94.57%56.67%-
HSV(B)329º83.94%97.65%-
XYZ45.1723.830.23-
YUV114.8146.74223.72-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 56.98%
GREEN value IS 40 (16.02% from 255) = 9.15%
BLUE value IS 148 (58.20% from 255) = 33.87%
R=56.98%
G=9.15%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2494014800.840.410.0232994.5756.67
HexF928940542921495f39
Octal37150224012451251113771
Binary111110011010001001010001010100101001101010010011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F92894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F92894; }

 p { color: rgb(249,40,148); }

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

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

 a { background-color: rgb(249,40,148); }

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

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

 span { border-color: rgb(249,40,148); }

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