#FD4299

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

Shades of Wild Strawberry #FD4299

Tints of Wild Strawberry #FD4299

Color information

#FD4299 (or 0xFD4299) is unknown color: approx Wild Strawberry. HEX triplet: FD, 42 and 99. RGB value is (253,66,153). Sum of RGB (Red+Green+Blue) = 253+66+153=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 66 (26.17% from 255 or 13.98% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4299 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4299 is #02BD66. Grayscale: #838383. Windows color (decimal): -179559 or 10044157. OLE color: 10044157.

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

Color convert

RGB25366153-
CMYK00.740.400.01
HSL332.09º97.91%62.55%-
HSV(B)332.09º73.91%99.22%-
XYZ48.2127.0832.82-
YUV131.83139.95214.43-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.60%
GREEN value IS 66 (26.17% from 255) = 13.98%
BLUE value IS 153 (60.16% from 255) = 32.42%
R=53.60%
G=13.98%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536615300.740.400.01332.0997.9162.55
HexFD429904A28114c623f
Octal375102231011250151414277
Binary111111011000010100110010100101010100011010011001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4299; }

 p { color: rgb(253,66,153); }

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

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

 a { background-color: rgb(253,66,153); }

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

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

 span { border-color: rgb(253,66,153); }

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