#F7429B

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

Shades of Wild Strawberry #F7429B

Tints of Wild Strawberry #F7429B

Color information

#F7429B (or 0xF7429B) is unknown color: approx Wild Strawberry. HEX triplet: F7, 42 and 9B. RGB value is (247,66,155). Sum of RGB (Red+Green+Blue) = 247+66+155=468 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.78% from 468); Green value is 66 (26.17% from 255 or 14.10% from 468); Blue value is 155 (60.94% from 255 or 33.12% from 468); Max value from RGB is 247 - color contains mainly: red. Hex color #F7429B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7429B is #08BD64. Grayscale: #828282. Windows color (decimal): -572773 or 10175223. OLE color: 10175223.

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

Color convert

RGB24766155-
CMYK00.730.370.03
HSL330.5º91.88%61.37%-
HSV(B)330.5º73.28%96.86%-
XYZ46.2226.0433.6-
YUV130.26141.97211.26-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52.78%
GREEN value IS 66 (26.17% from 255) = 14.10%
BLUE value IS 155 (60.94% from 255) = 33.12%
R=52.78%
G=14.10%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.37
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2476615500.730.370.03330.591.8861.37
HexF7429B04925314a5c3d
Octal367102233011145351213475
Binary1111011110000101001101101001001100101111010010101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7429B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7429B; }

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

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

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

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

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

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

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

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