#F92F9D

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

Shades of Wild Strawberry #F92F9D

Tints of Wild Strawberry #F92F9D

Color information

#F92F9D (or 0xF92F9D) is unknown color: approx Wild Strawberry. HEX triplet: F9, 2F and 9D. RGB value is (249,47,157). Sum of RGB (Red+Green+Blue) = 249+47+157=453 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.97% from 453); Green value is 47 (18.75% from 255 or 10.38% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 249 - color contains mainly: red. Hex color #F92F9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92F9D is #06D062. Grayscale: #777777. Windows color (decimal): -446563 or 10301433. OLE color: 10301433.

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

Color convert

RGB24947157-
CMYK00.810.370.02
HSL327.33º94.39%58.04%-
HSV(B)327.33º81.12%97.65%-
XYZ46.1724.6134.21-
YUV119.94148.92220.06-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 54.97%
GREEN value IS 47 (18.75% from 255) = 10.38%
BLUE value IS 157 (61.72% from 255) = 34.66%
R=54.97%
G=10.38%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2494715700.810.370.02327.3394.3958.04
HexF92F9D0512521475e3a
Octal37157235012145250713672
Binary111110011011111001110101010001100101101010001111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F92F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F92F9D; }

 p { color: rgb(249,47,157); }

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

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

 a { background-color: rgb(249,47,157); }

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

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

 span { border-color: rgb(249,47,157); }

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