#F13392

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

Shades of Wild Strawberry #F13392

Tints of Wild Strawberry #F13392

Color information

#F13392 (or 0xF13392) is unknown color: approx Wild Strawberry. HEX triplet: F1, 33 and 92. RGB value is (241,51,146). Sum of RGB (Red+Green+Blue) = 241+51+146=438 (58% of max value = 765). Red value is 241 (94.53% from 255 or 55.02% from 438); Green value is 51 (20.31% from 255 or 11.64% from 438); Blue value is 146 (57.42% from 255 or 33.33% from 438); Max value from RGB is 241 - color contains mainly: red. Hex color #F13392 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13392 is #0ECC6D. Grayscale: #767676. Windows color (decimal): -969838 or 9581553. OLE color: 9581553.

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

Color convert

RGB24151146-
CMYK00.790.390.05
HSL330º87.16%57.25%-
HSV(B)330º78.84%94.51%-
XYZ42.6523.1429.41-
YUV118.64143.45215.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.02%
GREEN value IS 51 (20.31% from 255) = 11.64%
BLUE value IS 146 (57.42% from 255) = 33.33%
R=55.02%
G=11.64%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415114600.790.390.0533087.1657.25
HexF1339204F27514a5739
Octal36163222011747551212771
Binary1111000111001110010010010011111001111011010010101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13392; }

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

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

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

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

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

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

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

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