#FD4499

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

Shades of Wild Strawberry #FD4499

Tints of Wild Strawberry #FD4499

Color information

#FD4499 (or 0xFD4499) is unknown color: approx Wild Strawberry. HEX triplet: FD, 44 and 99. RGB value is (253,68,153). Sum of RGB (Red+Green+Blue) = 253+68+153=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 68 (26.95% from 255 or 14.35% from 474); Blue value is 153 (60.16% from 255 or 32.28% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4499 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4499 is #02BB66. Grayscale: #848484. Windows color (decimal): -179047 or 10044669. OLE color: 10044669.

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

Color convert

RGB25368153-
CMYK00.730.400.01
HSL332.43º97.88%62.94%-
HSV(B)332.43º73.12%99.22%-
XYZ48.3227.3232.86-
YUV133139.29213.59-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.38%
GREEN value IS 68 (26.95% from 255) = 14.35%
BLUE value IS 153 (60.16% from 255) = 32.28%
R=53.38%
G=14.35%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536815300.730.400.01332.4397.8862.94
HexFD449904928114c623f
Octal375104231011150151414277
Binary111111011000100100110010100100110100011010011001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4499; }

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

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

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

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

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

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

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

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