#F1339E

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

Shades of Wild Strawberry #F1339E

Tints of Wild Strawberry #F1339E

Color information

#F1339E (or 0xF1339E) is unknown color: approx Wild Strawberry. HEX triplet: F1, 33 and 9E. RGB value is (241,51,158). Sum of RGB (Red+Green+Blue) = 241+51+158=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 51 (20.31% from 255 or 11.33% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F1339E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1339E is #0ECC61. Grayscale: #777777. Windows color (decimal): -969826 or 10367985. OLE color: 10367985.

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

Color convert

RGB24151158-
CMYK00.790.340.05
HSL326.21º87.16%57.25%-
HSV(B)326.21º78.84%94.51%-
XYZ43.6323.5434.59-
YUV120.01149.45214.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.56%
GREEN value IS 51 (20.31% from 255) = 11.33%
BLUE value IS 158 (62.11% from 255) = 35.11%
R=53.56%
G=11.33%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415115800.790.340.05326.2187.1657.25
HexF1339E04F2251465739
Octal36163236011742550612771
Binary1111000111001110011110010011111000101011010001101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1339E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1339E; }

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

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

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

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

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

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

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

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