#F13CA3

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

Shades of Wild Strawberry #F13CA3

Tints of Wild Strawberry #F13CA3

Color information

#F13CA3 (or 0xF13CA3) is unknown color: approx Wild Strawberry. HEX triplet: F1, 3C and A3. RGB value is (241,60,163). Sum of RGB (Red+Green+Blue) = 241+60+163=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 60 (23.83% from 255 or 12.93% from 464); Blue value is 163 (64.06% from 255 or 35.13% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F13CA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13CA3 is #0EC35C. Grayscale: #7D7D7D. Windows color (decimal): -967517 or 10697969. OLE color: 10697969.

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

Color convert

RGB24160163-
CMYK00.750.320.05
HSL325.86º86.6%59.02%-
HSV(B)325.86º75.1%94.51%-
XYZ44.524.5837.05-
YUV125.86148.97210.12-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.94%
GREEN value IS 60 (23.83% from 255) = 12.93%
BLUE value IS 163 (64.06% from 255) = 35.13%
R=51.94%
G=12.93%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416016300.750.320.05325.8686.659.02
HexF13CA304B205146573b
Octal36174243011340550612773
Binary1111000111110010100011010010111000001011010001101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13CA3; }

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

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

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

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

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

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

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

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