#F93F9C

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

Shades of Wild Strawberry #F93F9C

Tints of Wild Strawberry #F93F9C

Color information

#F93F9C (or 0xF93F9C) is unknown color: approx Wild Strawberry. HEX triplet: F9, 3F and 9C. RGB value is (249,63,156). Sum of RGB (Red+Green+Blue) = 249+63+156=468 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.21% from 468); Green value is 63 (25% from 255 or 13.46% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 249 - color contains mainly: red. Hex color #F93F9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93F9C is #06C063. Grayscale: #818181. Windows color (decimal): -442468 or 10239993. OLE color: 10239993.

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

Color convert

RGB24963156-
CMYK00.750.370.02
HSL330º93.94%61.18%-
HSV(B)330º74.7%97.65%-
XYZ46.8526.134.02-
YUV129.22143.12213.44-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.21%
GREEN value IS 63 (25% from 255) = 13.46%
BLUE value IS 156 (61.33% from 255) = 33.33%
R=53.21%
G=13.46%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496315600.750.370.0233093.9461.18
HexF93F9C04B25214a5e3d
Octal37177234011345251213675
Binary111110011111111001110001001011100101101010010101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93F9C; }

 p { color: rgb(249,63,156); }

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

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

 a { background-color: rgb(249,63,156); }

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

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

 span { border-color: rgb(249,63,156); }

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