#F440AA

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

Shades of Wild Strawberry #F440AA

Tints of Wild Strawberry #F440AA

Color information

#F440AA (or 0xF440AA) is unknown color: approx Wild Strawberry. HEX triplet: F4, 40 and AA. RGB value is (244,64,170). Sum of RGB (Red+Green+Blue) = 244+64+170=478 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.05% from 478); Green value is 64 (25.39% from 255 or 13.39% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 244 - color contains mainly: red. Hex color #F440AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F440AA is #0BBF55. Grayscale: #818181. Windows color (decimal): -769878 or 11157748. OLE color: 11157748.

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

Color convert

RGB24464170-
CMYK00.740.300.04
HSL324.67º89.11%60.39%-
HSV(B)324.67º73.77%95.69%-
XYZ46.425.840.57-
YUV129.9150.63209.38-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 51.05%
GREEN value IS 64 (25.39% from 255) = 13.39%
BLUE value IS 170 (66.80% from 255) = 35.56%
R=51.05%
G=13.39%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2446417000.740.300.04324.6789.1160.39
HexF440AA04A1E4145593c
Octal364100252011236450513174
Binary1111010010000001010101001001010111101001010001011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F440AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F440AA; }

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

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

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

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

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

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

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

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