#F93B97

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

Shades of Wild Strawberry #F93B97

Tints of Wild Strawberry #F93B97

Color information

#F93B97 (or 0xF93B97) is unknown color: approx Wild Strawberry. HEX triplet: F9, 3B and 97. RGB value is (249,59,151). Sum of RGB (Red+Green+Blue) = 249+59+151=459 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.25% from 459); Green value is 59 (23.44% from 255 or 12.85% from 459); Blue value is 151 (59.38% from 255 or 32.90% from 459); Max value from RGB is 249 - color contains mainly: red. Hex color #F93B97 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93B97 is #06C468. Grayscale: #7E7E7E. Windows color (decimal): -443497 or 9911289. OLE color: 9911289.

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

Color convert

RGB24959151-
CMYK00.760.390.02
HSL330.95º94.06%60.39%-
HSV(B)330.95º76.31%97.65%-
XYZ46.2225.531.76-
YUV126.3141.95215.52-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 54.25%
GREEN value IS 59 (23.44% from 255) = 12.85%
BLUE value IS 151 (59.38% from 255) = 32.90%
R=54.25%
G=12.85%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2495915100.760.390.02330.9594.0660.39
HexF93B9704C27214b5e3c
Octal37173227011447251313674
Binary111110011110111001011101001100100111101010010111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93B97; }

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

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

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

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

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

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

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

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