#F440A9

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

Shades of Wild Strawberry #F440A9

Tints of Wild Strawberry #F440A9

Color information

#F440A9 (or 0xF440A9) is unknown color: approx Wild Strawberry. HEX triplet: F4, 40 and A9. RGB value is (244,64,169). Sum of RGB (Red+Green+Blue) = 244+64+169=477 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.15% from 477); Green value is 64 (25.39% from 255 or 13.42% from 477); Blue value is 169 (66.41% from 255 or 35.43% from 477); Max value from RGB is 244 - color contains mainly: red. Hex color #F440A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F440A9 is #0BBF56. Grayscale: #818181. Windows color (decimal): -769879 or 11092212. OLE color: 11092212.

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

Color convert

RGB24464169-
CMYK00.740.310.04
HSL325º89.11%60.39%-
HSV(B)325º73.77%95.69%-
XYZ46.325.7640.07-
YUV129.79150.13209.46-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 51.15%
GREEN value IS 64 (25.39% from 255) = 13.42%
BLUE value IS 169 (66.41% from 255) = 35.43%
R=51.15%
G=13.42%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2446416900.740.310.0432589.1160.39
HexF440A904A1F4145593c
Octal364100251011237450513174
Binary1111010010000001010100101001010111111001010001011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F440A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F440A9; }

 p { color: rgb(244,64,169); }

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

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

 a { background-color: rgb(244,64,169); }

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

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

 span { border-color: rgb(244,64,169); }

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