#F93497

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

Shades of Wild Strawberry #F93497

Tints of Wild Strawberry #F93497

Color information

#F93497 (or 0xF93497) is unknown color: approx Wild Strawberry. HEX triplet: F9, 34 and 97. RGB value is (249,52,151). Sum of RGB (Red+Green+Blue) = 249+52+151=452 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.09% from 452); Green value is 52 (20.70% from 255 or 11.50% from 452); Blue value is 151 (59.38% from 255 or 33.41% from 452); Max value from RGB is 249 - color contains mainly: red. Hex color #F93497 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93497 is #06CB68. Grayscale: #797979. Windows color (decimal): -445289 or 9909497. OLE color: 9909497.

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

Color convert

RGB24952151-
CMYK00.790.390.02
HSL329.85º94.26%59.02%-
HSV(B)329.85º79.12%97.65%-
XYZ45.8824.8331.65-
YUV122.19144.27218.45-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 55.09%
GREEN value IS 52 (20.70% from 255) = 11.50%
BLUE value IS 151 (59.38% from 255) = 33.41%
R=55.09%
G=11.50%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2495215100.790.390.02329.8594.2659.02
HexF9349704F27214a5e3b
Octal37164227011747251213673
Binary111110011101001001011101001111100111101010010101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93497; }

 p { color: rgb(249,52,151); }

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

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

 a { background-color: rgb(249,52,151); }

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

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

 span { border-color: rgb(249,52,151); }

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