#FB429D

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

Shades of Wild Strawberry #FB429D

Tints of Wild Strawberry #FB429D

Color information

#FB429D (or 0xFB429D) is unknown color: approx Wild Strawberry. HEX triplet: FB, 42 and 9D. RGB value is (251,66,157). Sum of RGB (Red+Green+Blue) = 251+66+157=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 66 (26.17% from 255 or 13.92% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FB429D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB429D is #04BD62. Grayscale: #838383. Windows color (decimal): -310627 or 10306299. OLE color: 10306299.

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

Color convert

RGB25166157-
CMYK00.740.370.02
HSL330.49º95.85%62.16%-
HSV(B)330.49º73.71%98.43%-
XYZ47.8226.8434.56-
YUV131.69142.29213.1-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.95%
GREEN value IS 66 (26.17% from 255) = 13.92%
BLUE value IS 157 (61.72% from 255) = 33.12%
R=52.95%
G=13.92%
B=33.12%

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
Decimal2516615700.740.370.02330.4995.8562.16
HexFB429D04A25214a603e
Octal373102235011245251214076
Binary1111101110000101001110101001010100101101010010101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB429D; }

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

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

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

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

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

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

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

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