#F5369F

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

Shades of Wild Strawberry #F5369F

Tints of Wild Strawberry #F5369F

Color information

#F5369F (or 0xF5369F) is unknown color: approx Wild Strawberry. HEX triplet: F5, 36 and 9F. RGB value is (245,54,159). Sum of RGB (Red+Green+Blue) = 245+54+159=458 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.49% from 458); Green value is 54 (21.48% from 255 or 11.79% from 458); Blue value is 159 (62.5% from 255 or 34.72% from 458); Max value from RGB is 245 - color contains mainly: red. Hex color #F5369F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5369F is #0AC960. Grayscale: #7A7A7A. Windows color (decimal): -706913 or 10434293. OLE color: 10434293.

HSL color Cylindrical-coordinate representation of color #F5369F: hue angle of 327.02º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F5369F is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB24554159-
CMYK00.780.350.04
HSL327.02º90.52%58.63%-
HSV(B)327.02º77.96%96.08%-
XYZ45.2324.5535.16-
YUV123.08148.28214.96-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.49%
GREEN value IS 54 (21.48% from 255) = 11.79%
BLUE value IS 159 (62.5% from 255) = 34.72%
R=53.49%
G=11.79%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455415900.780.350.04327.0290.5258.63
HexF5369F04E2341475b3b
Octal36566237011643450713373
Binary1111010111011010011111010011101000111001010001111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5369F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5369F; }

 p { color: rgb(245,54,159); }

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

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

 a { background-color: rgb(245,54,159); }

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

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

 span { border-color: rgb(245,54,159); }

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