#F13DA9

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

Shades of Wild Strawberry #F13DA9

Tints of Wild Strawberry #F13DA9

Color information

#F13DA9 (or 0xF13DA9) is unknown color: approx Wild Strawberry. HEX triplet: F1, 3D and A9. RGB value is (241,61,169). Sum of RGB (Red+Green+Blue) = 241+61+169=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 61 (24.22% from 255 or 12.95% from 471); Blue value is 169 (66.41% from 255 or 35.88% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F13DA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13DA9 is #0EC256. Grayscale: #7E7E7E. Windows color (decimal): -967255 or 11091441. OLE color: 11091441.

HSL color Cylindrical-coordinate representation of color #F13DA9: hue angle of 324º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F13DA9 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB24161169-
CMYK00.750.300.05
HSL324º86.54%59.22%-
HSV(B)324º74.69%94.51%-
XYZ45.1124.939.97-
YUV127.13151.63209.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.17%
GREEN value IS 61 (24.22% from 255) = 12.95%
BLUE value IS 169 (66.41% from 255) = 35.88%
R=51.17%
G=12.95%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416116900.750.300.0532486.5459.22
HexF13DA904B1E5144573b
Octal36175251011336550412773
Binary111100011111011010100101001011111101011010001001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13DA9; }

 p { color: rgb(241,61,169); }

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

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

 a { background-color: rgb(241,61,169); }

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

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

 span { border-color: rgb(241,61,169); }

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