#F92D8A

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

Shades of Wild Strawberry #F92D8A

Tints of Wild Strawberry #F92D8A

Color information

#F92D8A (or 0xF92D8A) is unknown color: approx Wild Strawberry. HEX triplet: F9, 2D and 8A. RGB value is (249,45,138). Sum of RGB (Red+Green+Blue) = 249+45+138=432 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.64% from 432); Green value is 45 (17.97% from 255 or 10.42% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 249 - color contains mainly: red. Hex color #F92D8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92D8A is #06D275. Grayscale: #747474. Windows color (decimal): -447094 or 9055737. OLE color: 9055737.

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

Color convert

RGB24945138-
CMYK00.820.450.02
HSL332.65º94.44%57.65%-
HSV(B)332.65º81.93%97.65%-
XYZ44.5923.8526.3-
YUV116.6140.09222.44-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 57.64%
GREEN value IS 45 (17.97% from 255) = 10.42%
BLUE value IS 138 (54.30% from 255) = 31.94%
R=57.64%
G=10.42%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2494513800.820.450.02332.6594.4457.65
HexF92D8A0522D214d5e3a
Octal37155212012255251513672
Binary111110011011011000101001010010101101101010011011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F92D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F92D8A; }

 p { color: rgb(249,45,138); }

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

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

 a { background-color: rgb(249,45,138); }

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

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

 span { border-color: rgb(249,45,138); }

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