#F13295

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

Shades of Wild Strawberry #F13295

Tints of Wild Strawberry #F13295

Color information

#F13295 (or 0xF13295) is unknown color: approx Wild Strawberry. HEX triplet: F1, 32 and 95. RGB value is (241,50,149). Sum of RGB (Red+Green+Blue) = 241+50+149=440 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.77% from 440); Green value is 50 (19.92% from 255 or 11.36% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 241 - color contains mainly: red. Hex color #F13295 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13295 is #0ECD6A. Grayscale: #767676. Windows color (decimal): -970091 or 9777905. OLE color: 9777905.

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

Color convert

RGB24150149-
CMYK00.790.380.05
HSL328.9º87.21%57.06%-
HSV(B)328.9º79.25%94.51%-
XYZ42.8423.1530.64-
YUV118.4145.28215.45-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.77%
GREEN value IS 50 (19.92% from 255) = 11.36%
BLUE value IS 149 (58.59% from 255) = 33.86%
R=54.77%
G=11.36%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415014900.790.380.05328.987.2157.06
HexF1329504F2651495739
Octal36162225011746551112771
Binary1111000111001010010101010011111001101011010010011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13295; }

 p { color: rgb(241,50,149); }

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

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

 a { background-color: rgb(241,50,149); }

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

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

 span { border-color: rgb(241,50,149); }

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