#F5369E

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

Shades of Wild Strawberry #F5369E

Tints of Wild Strawberry #F5369E

Color information

#F5369E (or 0xF5369E) is unknown color: approx Wild Strawberry. HEX triplet: F5, 36 and 9E. RGB value is (245,54,158). Sum of RGB (Red+Green+Blue) = 245+54+158=457 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.61% from 457); Green value is 54 (21.48% from 255 or 11.82% from 457); Blue value is 158 (62.11% from 255 or 34.57% from 457); Max value from RGB is 245 - color contains mainly: red. Hex color #F5369E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5369E is #0AC961. Grayscale: #7A7A7A. Windows color (decimal): -706914 or 10368757. OLE color: 10368757.

HSL color Cylindrical-coordinate representation of color #F5369E: hue angle of 327.33º 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 #F5369E is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB24554158-
CMYK00.780.360.04
HSL327.33º90.52%58.63%-
HSV(B)327.33º77.96%96.08%-
XYZ45.1524.5234.7-
YUV122.96147.78215.04-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.61%
GREEN value IS 54 (21.48% from 255) = 11.82%
BLUE value IS 158 (62.11% from 255) = 34.57%
R=53.61%
G=11.82%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455415800.780.360.04327.3390.5258.63
HexF5369E04E2441475b3b
Octal36566236011644450713373
Binary1111010111011010011110010011101001001001010001111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5369E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5369E; }

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

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

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

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

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

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

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

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