#F740AA

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

Shades of Wild Strawberry #F740AA

Tints of Wild Strawberry #F740AA

Color information

#F740AA (or 0xF740AA) is unknown color: approx Wild Strawberry. HEX triplet: F7, 40 and AA. RGB value is (247,64,170). Sum of RGB (Red+Green+Blue) = 247+64+170=481 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.35% from 481); Green value is 64 (25.39% from 255 or 13.31% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 247 - color contains mainly: red. Hex color #F740AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F740AA is #08BF55. Grayscale: #828282. Windows color (decimal): -573270 or 11157751. OLE color: 11157751.

HSL color Cylindrical-coordinate representation of color #F740AA: hue angle of 325.25º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F740AA is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB24764170-
CMYK00.740.310.03
HSL325.25º91.96%60.98%-
HSV(B)325.25º74.09%96.86%-
XYZ47.4526.3440.61-
YUV130.8150.13210.88-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.35%
GREEN value IS 64 (25.39% from 255) = 13.31%
BLUE value IS 170 (66.80% from 255) = 35.34%
R=51.35%
G=13.31%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2476417000.740.310.03325.2591.9660.98
HexF740AA04A1F31455c3d
Octal367100252011237350513475
Binary111101111000000101010100100101011111111010001011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F740AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F740AA; }

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

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

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

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

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

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

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

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