#F7429A

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

Shades of Wild Strawberry #F7429A

Tints of Wild Strawberry #F7429A

Color information

#F7429A (or 0xF7429A) is unknown color: approx Wild Strawberry. HEX triplet: F7, 42 and 9A. RGB value is (247,66,154). Sum of RGB (Red+Green+Blue) = 247+66+154=467 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.89% from 467); Green value is 66 (26.17% from 255 or 14.13% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 247 - color contains mainly: red. Hex color #F7429A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7429A is #08BD65. Grayscale: #818181. Windows color (decimal): -572774 or 10109687. OLE color: 10109687.

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

Color convert

RGB24766154-
CMYK00.730.380.03
HSL330.83º91.88%61.37%-
HSV(B)330.83º73.28%96.86%-
XYZ46.142633.16-
YUV130.15141.47211.34-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52.89%
GREEN value IS 66 (26.17% from 255) = 14.13%
BLUE value IS 154 (60.55% from 255) = 32.98%
R=52.89%
G=14.13%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2476615400.730.380.03330.8391.8861.37
HexF7429A04926314b5c3d
Octal367102232011146351313475
Binary1111011110000101001101001001001100110111010010111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7429A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7429A; }

 p { color: rgb(247,66,154); }

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

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

 a { background-color: rgb(247,66,154); }

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

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

 span { border-color: rgb(247,66,154); }

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