#FD4D69

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

Shades of Wild Watermelon #FD4D69

Tints of Wild Watermelon #FD4D69

Color information

#FD4D69 (or 0xFD4D69) is unknown color: approx Wild Watermelon. HEX triplet: FD, 4D and 69. RGB value is (253,77,105). Sum of RGB (Red+Green+Blue) = 253+77+105=435 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.16% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 105 (41.41% from 255 or 24.14% from 435); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4D69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD4D69 is #02B296. Grayscale: #848484. Windows color (decimal): -176791 or 6901245. OLE color: 6901245.

HSL color Cylindrical-coordinate representation of color #FD4D69: hue angle of 350.45º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FD4D69 is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB25377105-
CMYK00.700.580.01
HSL350.45º97.78%64.71%-
HSV(B)350.45º69.57%99.22%-
XYZ45.7127.2116.21-
YUV132.82112.31213.72-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 58.16%
GREEN value IS 77 (30.47% from 255) = 17.70%
BLUE value IS 105 (41.41% from 255) = 24.14%
R=58.16%
G=17.70%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2537710500.700.580.01350.4597.7864.71
HexFD4D690463A115e6241
Octal3751151510106721536142101
Binary111111011001101110100101000110111010110101111011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4D69; }

 p { color: rgb(253,77,105); }

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

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

 a { background-color: rgb(253,77,105); }

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

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

 span { border-color: rgb(253,77,105); }

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