#F93A96

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

Shades of Wild Strawberry #F93A96

Tints of Wild Strawberry #F93A96

Color information

#F93A96 (or 0xF93A96) is unknown color: approx Wild Strawberry. HEX triplet: F9, 3A and 96. RGB value is (249,58,150). Sum of RGB (Red+Green+Blue) = 249+58+150=457 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.49% from 457); Green value is 58 (23.05% from 255 or 12.69% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 249 - color contains mainly: red. Hex color #F93A96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93A96 is #06C569. Grayscale: #7D7D7D. Windows color (decimal): -443754 or 9845497. OLE color: 9845497.

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

Color convert

RGB24958150-
CMYK00.770.400.02
HSL331.1º94.09%60.2%-
HSV(B)331.1º76.71%97.65%-
XYZ46.0825.3731.32-
YUV125.6141.78216.02-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 54.49%
GREEN value IS 58 (23.05% from 255) = 12.69%
BLUE value IS 150 (58.98% from 255) = 32.82%
R=54.49%
G=12.69%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2495815000.770.400.02331.194.0960.2
HexF93A9604D28214b5e3c
Octal37172226011550251313674
Binary111110011110101001011001001101101000101010010111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93A96; }

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

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

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

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

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

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

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

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