#F13BA4

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

Shades of Wild Strawberry #F13BA4

Tints of Wild Strawberry #F13BA4

Color information

#F13BA4 (or 0xF13BA4) is unknown color: approx Wild Strawberry. HEX triplet: F1, 3B and A4. RGB value is (241,59,164). Sum of RGB (Red+Green+Blue) = 241+59+164=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 59 (23.44% from 255 or 12.72% from 464); Blue value is 164 (64.45% from 255 or 35.34% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F13BA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13BA4 is #0EC45B. Grayscale: #7D7D7D. Windows color (decimal): -967772 or 10763249. OLE color: 10763249.

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

Color convert

RGB24159164-
CMYK00.760.320.05
HSL325.38º86.67%58.82%-
HSV(B)325.38º75.52%94.51%-
XYZ44.5424.5137.51-
YUV125.39149.8210.46-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.94%
GREEN value IS 59 (23.44% from 255) = 12.72%
BLUE value IS 164 (64.45% from 255) = 35.34%
R=51.94%
G=12.72%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415916400.760.320.05325.3886.6758.82
HexF13BA404C205145573b
Octal36173244011440550512773
Binary1111000111101110100100010011001000001011010001011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13BA4; }

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

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

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

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

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

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

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

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