#F93EA7

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

Shades of Wild Strawberry #F93EA7

Tints of Wild Strawberry #F93EA7

Color information

#F93EA7 (or 0xF93EA7) is unknown color: approx Wild Strawberry. HEX triplet: F9, 3E and A7. RGB value is (249,62,167). Sum of RGB (Red+Green+Blue) = 249+62+167=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 62 (24.61% from 255 or 12.97% from 478); Blue value is 167 (65.62% from 255 or 34.94% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F93EA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93EA7 is #06C158. Grayscale: #818181. Windows color (decimal): -442713 or 10960633. OLE color: 10960633.

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

Color convert

RGB24962167-
CMYK00.750.330.02
HSL326.31º93.97%60.98%-
HSV(B)326.31º75.1%97.65%-
XYZ47.7626.3839.13-
YUV129.88148.95212.96-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.09%
GREEN value IS 62 (24.61% from 255) = 12.97%
BLUE value IS 167 (65.62% from 255) = 34.94%
R=52.09%
G=12.97%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496216700.750.330.02326.3193.9760.98
HexF93EA704B2121465e3d
Octal37176247011341250613675
Binary111110011111101010011101001011100001101010001101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93EA7; }

 p { color: rgb(249,62,167); }

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

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

 a { background-color: rgb(249,62,167); }

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

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

 span { border-color: rgb(249,62,167); }

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