#F93A97

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

Shades of Wild Strawberry #F93A97

Tints of Wild Strawberry #F93A97

Color information

#F93A97 (or 0xF93A97) is unknown color: approx Wild Strawberry. HEX triplet: F9, 3A and 97. RGB value is (249,58,151). Sum of RGB (Red+Green+Blue) = 249+58+151=458 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.37% from 458); Green value is 58 (23.05% from 255 or 12.66% from 458); Blue value is 151 (59.38% from 255 or 32.97% from 458); Max value from RGB is 249 - color contains mainly: red. Hex color #F93A97 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93A97 is #06C568. Grayscale: #7D7D7D. Windows color (decimal): -443753 or 9911033. OLE color: 9911033.

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

Color convert

RGB24958151-
CMYK00.770.390.02
HSL330.79º94.09%60.2%-
HSV(B)330.79º76.71%97.65%-
XYZ46.1725.431.75-
YUV125.71142.28215.94-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 54.37%
GREEN value IS 58 (23.05% from 255) = 12.66%
BLUE value IS 151 (59.38% from 255) = 32.97%
R=54.37%
G=12.66%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2495815100.770.390.02330.7994.0960.2
HexF93A9704D27214b5e3c
Octal37172227011547251313674
Binary111110011110101001011101001101100111101010010111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93A97; }

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

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

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

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

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

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

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

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