#F740A8

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

Shades of Wild Strawberry #F740A8

Tints of Wild Strawberry #F740A8

Color information

#F740A8 (or 0xF740A8) is unknown color: approx Wild Strawberry. HEX triplet: F7, 40 and A8. RGB value is (247,64,168). Sum of RGB (Red+Green+Blue) = 247+64+168=479 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.57% from 479); Green value is 64 (25.39% from 255 or 13.36% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 247 - color contains mainly: red. Hex color #F740A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F740A8 is #08BF57. Grayscale: #828282. Windows color (decimal): -573272 or 11026679. OLE color: 11026679.

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

Color convert

RGB24764168-
CMYK00.740.320.03
HSL325.9º91.96%60.98%-
HSV(B)325.9º74.09%96.86%-
XYZ47.2626.2739.63-
YUV130.57149.13211.04-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.57%
GREEN value IS 64 (25.39% from 255) = 13.36%
BLUE value IS 168 (66.02% from 255) = 35.07%
R=51.57%
G=13.36%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.32
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2476416800.740.320.03325.991.9660.98
HexF740A804A2031465c3d
Octal367100250011240350613475
Binary1111011110000001010100001001010100000111010001101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F740A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F740A8; }

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

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

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

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

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

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

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

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