#FF429F

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

Shades of Wild Strawberry #FF429F

Tints of Wild Strawberry #FF429F

Color information

#FF429F (or 0xFF429F) is unknown color: approx Wild Strawberry. HEX triplet: FF, 42 and 9F. RGB value is (255,66,159). Sum of RGB (Red+Green+Blue) = 255+66+159=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 66 (26.17% from 255 or 13.75% from 480); Blue value is 159 (62.5% from 255 or 33.12% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF429F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF429F is #00BD60. Grayscale: #848484. Windows color (decimal): -48481 or 10437375. OLE color: 10437375.

HSL color Cylindrical-coordinate representation of color #FF429F: hue angle of 330.48º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FF429F is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.

Color convert

RGB25566159-
CMYK00.740.380
HSL330.48º100%62.94%-
HSV(B)330.48º74.12%100%-
XYZ49.4527.6635.53-
YUV133.11142.62214.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.12%
GREEN value IS 66 (26.17% from 255) = 13.75%
BLUE value IS 159 (62.5% from 255) = 33.12%
R=53.12%
G=13.75%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556615900.740.380330.4810062.94
HexFF429F04A26014a643f
Octal377102237011246051214477
Binary111111111000010100111110100101010011001010010101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF429F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF429F; }

 p { color: rgb(255,66,159); }

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

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

 a { background-color: rgb(255,66,159); }

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

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

 span { border-color: rgb(255,66,159); }

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