#F13B9D

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

Shades of Wild Strawberry #F13B9D

Tints of Wild Strawberry #F13B9D

Color information

#F13B9D (or 0xF13B9D) is unknown color: approx Wild Strawberry. HEX triplet: F1, 3B and 9D. RGB value is (241,59,157). Sum of RGB (Red+Green+Blue) = 241+59+157=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 59 (23.44% from 255 or 12.91% from 457); Blue value is 157 (61.72% from 255 or 34.35% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F13B9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13B9D is #0EC462. Grayscale: #7C7C7C. Windows color (decimal): -967779 or 10304497. OLE color: 10304497.

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

Color convert

RGB24159157-
CMYK00.760.350.05
HSL327.69º86.67%58.82%-
HSV(B)327.69º75.52%94.51%-
XYZ43.9324.2634.27-
YUV124.59146.3211.03-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.74%
GREEN value IS 59 (23.44% from 255) = 12.91%
BLUE value IS 157 (61.72% from 255) = 34.35%
R=52.74%
G=12.91%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415915700.760.350.05327.6986.6758.82
HexF13B9D04C235148573b
Octal36173235011443551012773
Binary1111000111101110011101010011001000111011010010001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13B9D; }

 p { color: rgb(241,59,157); }

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

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

 a { background-color: rgb(241,59,157); }

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

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

 span { border-color: rgb(241,59,157); }

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