#FF429E

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

Shades of Wild Strawberry #FF429E

Tints of Wild Strawberry #FF429E

Color information

#FF429E (or 0xFF429E) is unknown color: approx Wild Strawberry. HEX triplet: FF, 42 and 9E. RGB value is (255,66,158). Sum of RGB (Red+Green+Blue) = 255+66+158=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 66 (26.17% from 255 or 13.78% from 479); Blue value is 158 (62.11% from 255 or 32.99% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF429E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF429E is #00BD61. Grayscale: #848484. Windows color (decimal): -48482 or 10371839. OLE color: 10371839.

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

Color convert

RGB25566158-
CMYK00.740.380
HSL330.79º100%62.94%-
HSV(B)330.79º74.12%100%-
XYZ49.3627.6335.08-
YUV133142.12215.02-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.24%
GREEN value IS 66 (26.17% from 255) = 13.78%
BLUE value IS 158 (62.11% from 255) = 32.99%
R=53.24%
G=13.78%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556615800.740.380330.7910062.94
HexFF429E04A26014b643f
Octal377102236011246051314477
Binary111111111000010100111100100101010011001010010111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF429E; }

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

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

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

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

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

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

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

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