#F740A6

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

Shades of Wild Strawberry #F740A6

Tints of Wild Strawberry #F740A6

Color information

#F740A6 (or 0xF740A6) is unknown color: approx Wild Strawberry. HEX triplet: F7, 40 and A6. RGB value is (247,64,166). Sum of RGB (Red+Green+Blue) = 247+64+166=477 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.78% from 477); Green value is 64 (25.39% from 255 or 13.42% from 477); Blue value is 166 (65.23% from 255 or 34.80% from 477); Max value from RGB is 247 - color contains mainly: red. Hex color #F740A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F740A6 is #08BF59. Grayscale: #828282. Windows color (decimal): -573274 or 10895607. OLE color: 10895607.

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

Color convert

RGB24764166-
CMYK00.740.330.03
HSL326.56º91.96%60.98%-
HSV(B)326.56º74.09%96.86%-
XYZ47.0726.1938.65-
YUV130.34148.13211.21-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.78%
GREEN value IS 64 (25.39% from 255) = 13.42%
BLUE value IS 166 (65.23% from 255) = 34.80%
R=51.78%
G=13.42%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.33
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2476416600.740.330.03326.5691.9660.98
HexF740A604A2131475c3d
Octal367100246011241350713475
Binary1111011110000001010011001001010100001111010001111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F740A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F740A6; }

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

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

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

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

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

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

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

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