#F13A9E

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

Shades of Wild Strawberry #F13A9E

Tints of Wild Strawberry #F13A9E

Color information

#F13A9E (or 0xF13A9E) is unknown color: approx Wild Strawberry. HEX triplet: F1, 3A and 9E. RGB value is (241,58,158). Sum of RGB (Red+Green+Blue) = 241+58+158=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 58 (23.05% from 255 or 12.69% from 457); Blue value is 158 (62.11% from 255 or 34.57% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F13A9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13A9E is #0EC561. Grayscale: #7B7B7B. Windows color (decimal): -968034 or 10369777. OLE color: 10369777.

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

Color convert

RGB24158158-
CMYK00.760.340.05
HSL327.21º86.73%58.63%-
HSV(B)327.21º75.93%94.51%-
XYZ43.9624.234.7-
YUV124.12147.13211.37-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.74%
GREEN value IS 58 (23.05% from 255) = 12.69%
BLUE value IS 158 (62.11% from 255) = 34.57%
R=52.74%
G=12.69%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415815800.760.340.05327.2186.7358.63
HexF13A9E04C225147573b
Octal36172236011442550712773
Binary1111000111101010011110010011001000101011010001111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13A9E; }

 p { color: rgb(241,58,158); }

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

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

 a { background-color: rgb(241,58,158); }

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

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

 span { border-color: rgb(241,58,158); }

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