#F13398

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

Shades of Wild Strawberry #F13398

Tints of Wild Strawberry #F13398

Color information

#F13398 (or 0xF13398) is unknown color: approx Wild Strawberry. HEX triplet: F1, 33 and 98. RGB value is (241,51,152). Sum of RGB (Red+Green+Blue) = 241+51+152=444 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.28% from 444); Green value is 51 (20.31% from 255 or 11.49% from 444); Blue value is 152 (59.77% from 255 or 34.23% from 444); Max value from RGB is 241 - color contains mainly: red. Hex color #F13398 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13398 is #0ECC67. Grayscale: #777777. Windows color (decimal): -969832 or 9974769. OLE color: 9974769.

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

Color convert

RGB24151152-
CMYK00.790.370.05
HSL328.11º87.16%57.25%-
HSV(B)328.11º78.84%94.51%-
XYZ43.1323.3431.94-
YUV119.32146.45214.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.28%
GREEN value IS 51 (20.31% from 255) = 11.49%
BLUE value IS 152 (59.77% from 255) = 34.23%
R=54.28%
G=11.49%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415115200.790.370.05328.1187.1657.25
HexF1339804F2551485739
Octal36163230011745551012771
Binary1111000111001110011000010011111001011011010010001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13398; }

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

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

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

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

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

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

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

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