#FB429E

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

Shades of Wild Strawberry #FB429E

Tints of Wild Strawberry #FB429E

Color information

#FB429E (or 0xFB429E) is unknown color: approx Wild Strawberry. HEX triplet: FB, 42 and 9E. RGB value is (251,66,158). Sum of RGB (Red+Green+Blue) = 251+66+158=475 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.84% from 475); Green value is 66 (26.17% from 255 or 13.89% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 251 - color contains mainly: red. Hex color #FB429E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB429E is #04BD61. Grayscale: #838383. Windows color (decimal): -310626 or 10371835. OLE color: 10371835.

HSL color Cylindrical-coordinate representation of color #FB429E: hue angle of 330.16º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FB429E is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB25166158-
CMYK00.740.370.02
HSL330.16º95.85%62.16%-
HSV(B)330.16º73.71%98.43%-
XYZ47.926.8735.01-
YUV131.8142.79213.02-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.84%
GREEN value IS 66 (26.17% from 255) = 13.89%
BLUE value IS 158 (62.11% from 255) = 33.26%
R=52.84%
G=13.89%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2516615800.740.370.02330.1695.8562.16
HexFB429E04A25214a603e
Octal373102236011245251214076
Binary1111101110000101001111001001010100101101010010101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB429E; }

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

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

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

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

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

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

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

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