#F5409F

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

Shades of Wild Strawberry #F5409F

Tints of Wild Strawberry #F5409F

Color information

#F5409F (or 0xF5409F) is unknown color: approx Wild Strawberry. HEX triplet: F5, 40 and 9F. RGB value is (245,64,159). Sum of RGB (Red+Green+Blue) = 245+64+159=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 64 (25.39% from 255 or 13.68% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F5409F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5409F is #0ABF60. Grayscale: #808080. Windows color (decimal): -704353 or 10436853. OLE color: 10436853.

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

Color convert

RGB24564159-
CMYK00.740.350.04
HSL328.51º90.05%60.59%-
HSV(B)328.51º73.88%96.08%-
XYZ45.7525.5835.33-
YUV128.95144.97210.78-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.35%
GREEN value IS 64 (25.39% from 255) = 13.68%
BLUE value IS 159 (62.5% from 255) = 33.97%
R=52.35%
G=13.68%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456415900.740.350.04328.5190.0560.59
HexF5409F04A2341495a3d
Octal365100237011243451113275
Binary11110101100000010011111010010101000111001010010011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5409F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5409F; }

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

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

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

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

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

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

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

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