#f13a98

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

Shades of Wild Strawberry #F13A98

Tints of Wild Strawberry #F13A98

Color information

#F13A98 (or 0xF13A98) is unknown color: approx Wild Strawberry. HEX triplet: F1, 3A and 98. RGB value is (241,58,152). Sum of RGB (Red+Green+Blue) = 241+58+152=451 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.44% from 451); Green value is 58 (23.05% from 255 or 12.86% from 451); Blue value is 152 (59.77% from 255 or 33.70% from 451); Max value from RGB is 241 - color contains mainly: red. Hex color #F13A98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13A98 is #0EC567. Grayscale: #7B7B7B. Windows color (decimal): -968040 or 9976561. OLE color: 9976561.

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

Color convert

RGB24158152-
CMYK00.760.370.05
HSL329.18º86.73%58.63%-
HSV(B)329.18º75.93%94.51%-
XYZ43.4623.9932.05-
YUV123.43144.13211.86-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.44%
GREEN value IS 58 (23.05% from 255) = 12.86%
BLUE value IS 152 (59.77% from 255) = 33.70%
R=53.44%
G=12.86%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415815200.760.370.05329.1886.7358.63
HexF13A9804C255149573b
Octal36172230011445551112773
Binary1111000111101010011000010011001001011011010010011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f13a98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f13a98; }

 p { color: rgb(241,58,152); }

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

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

 a { background-color: rgb(241,58,152); }

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

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

 span { border-color: rgb(241,58,152); }

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