#F740A5

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

Shades of Wild Strawberry #F740A5

Tints of Wild Strawberry #F740A5

Color information

#F740A5 (or 0xF740A5) is unknown color: approx Wild Strawberry. HEX triplet: F7, 40 and A5. RGB value is (247,64,165). Sum of RGB (Red+Green+Blue) = 247+64+165=476 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.89% from 476); Green value is 64 (25.39% from 255 or 13.45% from 476); Blue value is 165 (64.84% from 255 or 34.66% from 476); Max value from RGB is 247 - color contains mainly: red. Hex color #F740A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F740A5 is #08BF5A. Grayscale: #828282. Windows color (decimal): -573275 or 10830071. OLE color: 10830071.

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

Color convert

RGB24764165-
CMYK00.740.330.03
HSL326.89º91.96%60.98%-
HSV(B)326.89º74.09%96.86%-
XYZ46.9826.1638.17-
YUV130.23147.63211.29-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.89%
GREEN value IS 64 (25.39% from 255) = 13.45%
BLUE value IS 165 (64.84% from 255) = 34.66%
R=51.89%
G=13.45%
B=34.66%

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
Decimal2476416500.740.330.03326.8991.9660.98
HexF740A504A2131475c3d
Octal367100245011241350713475
Binary1111011110000001010010101001010100001111010001111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F740A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F740A5; }

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

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

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

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

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

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

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

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