#F93A9C

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

Shades of Wild Strawberry #F93A9C

Tints of Wild Strawberry #F93A9C

Color information

#F93A9C (or 0xF93A9C) is unknown color: approx Wild Strawberry. HEX triplet: F9, 3A and 9C. RGB value is (249,58,156). Sum of RGB (Red+Green+Blue) = 249+58+156=463 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.78% from 463); Green value is 58 (23.05% from 255 or 12.53% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 249 - color contains mainly: red. Hex color #F93A9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93A9C is #06C563. Grayscale: #7E7E7E. Windows color (decimal): -443748 or 10238713. OLE color: 10238713.

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

Color convert

RGB24958156-
CMYK00.770.370.02
HSL329.21º94.09%60.2%-
HSV(B)329.21º76.71%97.65%-
XYZ46.5825.5733.93-
YUV126.28144.78215.53-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.78%
GREEN value IS 58 (23.05% from 255) = 12.53%
BLUE value IS 156 (61.33% from 255) = 33.69%
R=53.78%
G=12.53%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2495815600.770.370.02329.2194.0960.2
HexF93A9C04D2521495e3c
Octal37172234011545251113674
Binary111110011110101001110001001101100101101010010011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93A9C; }

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

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

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

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

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

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

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

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