#F5409E

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

Shades of Wild Strawberry #F5409E

Tints of Wild Strawberry #F5409E

Color information

#F5409E (or 0xF5409E) is unknown color: approx Wild Strawberry. HEX triplet: F5, 40 and 9E. RGB value is (245,64,158). Sum of RGB (Red+Green+Blue) = 245+64+158=467 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.46% from 467); Green value is 64 (25.39% from 255 or 13.70% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 245 - color contains mainly: red. Hex color #F5409E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5409E is #0ABF61. Grayscale: #808080. Windows color (decimal): -704354 or 10371317. OLE color: 10371317.

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

Color convert

RGB24564158-
CMYK00.740.360.04
HSL328.84º90.05%60.59%-
HSV(B)328.84º73.88%96.08%-
XYZ45.6625.5534.87-
YUV128.83144.47210.86-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.46%
GREEN value IS 64 (25.39% from 255) = 13.70%
BLUE value IS 158 (62.11% from 255) = 33.83%
R=52.46%
G=13.70%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456415800.740.360.04328.8490.0560.59
HexF5409E04A2441495a3d
Octal365100236011244451113275
Binary11110101100000010011110010010101001001001010010011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5409E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5409E; }

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

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

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

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

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

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

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

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