#F13CA0

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

Shades of Wild Strawberry #F13CA0

Tints of Wild Strawberry #F13CA0

Color information

#F13CA0 (or 0xF13CA0) is unknown color: approx Wild Strawberry. HEX triplet: F1, 3C and A0. RGB value is (241,60,160). Sum of RGB (Red+Green+Blue) = 241+60+160=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 60 (23.83% from 255 or 13.02% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F13CA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13CA0 is #0EC35F. Grayscale: #7D7D7D. Windows color (decimal): -967520 or 10501361. OLE color: 10501361.

HSL color Cylindrical-coordinate representation of color #F13CA0: hue angle of 326.85º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F13CA0 is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB24160160-
CMYK00.750.340.05
HSL326.85º86.6%59.02%-
HSV(B)326.85º75.1%94.51%-
XYZ44.2424.4735.65-
YUV125.52147.47210.37-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.28%
GREEN value IS 60 (23.83% from 255) = 13.02%
BLUE value IS 160 (62.89% from 255) = 34.71%
R=52.28%
G=13.02%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416016000.750.340.05326.8586.659.02
HexF13CA004B225147573b
Octal36174240011342550712773
Binary1111000111110010100000010010111000101011010001111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13CA0; }

 p { color: rgb(241,60,160); }

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

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

 a { background-color: rgb(241,60,160); }

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

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

 span { border-color: rgb(241,60,160); }

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