#F13DA3

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

Shades of Wild Strawberry #F13DA3

Tints of Wild Strawberry #F13DA3

Color information

#F13DA3 (or 0xF13DA3) is unknown color: approx Wild Strawberry. HEX triplet: F1, 3D and A3. RGB value is (241,61,163). Sum of RGB (Red+Green+Blue) = 241+61+163=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 61 (24.22% from 255 or 13.12% from 465); Blue value is 163 (64.06% from 255 or 35.05% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F13DA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13DA3 is #0EC25C. Grayscale: #7E7E7E. Windows color (decimal): -967261 or 10698225. OLE color: 10698225.

HSL color Cylindrical-coordinate representation of color #F13DA3: hue angle of 326º 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 #F13DA3 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB24161163-
CMYK00.750.320.05
HSL326º86.54%59.22%-
HSV(B)326º74.69%94.51%-
XYZ44.5624.6837.07-
YUV126.45148.63209.71-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.83%
GREEN value IS 61 (24.22% from 255) = 13.12%
BLUE value IS 163 (64.06% from 255) = 35.05%
R=51.83%
G=13.12%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416116300.750.320.0532686.5459.22
HexF13DA304B205146573b
Octal36175243011340550612773
Binary1111000111110110100011010010111000001011010001101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13DA3; }

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

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

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

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

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

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

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

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