#FD5672

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

Shades of Wild Watermelon #FD5672

Tints of Wild Watermelon #FD5672

Color information

#FD5672 (or 0xFD5672) is unknown color: approx Wild Watermelon. HEX triplet: FD, 56 and 72. RGB value is (253,86,114). Sum of RGB (Red+Green+Blue) = 253+86+114=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 86 (33.98% from 255 or 18.98% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5672 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5672 is #02A98D. Grayscale: #8B8B8B. Windows color (decimal): -174478 or 7493373. OLE color: 7493373.

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

Color convert

RGB25386114-
CMYK00.660.550.01
HSL349.94º97.66%66.47%-
HSV(B)349.94º66.01%99.22%-
XYZ46.8728.7519-
YUV139.12113.83209.22-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55.85%
GREEN value IS 86 (33.98% from 255) = 18.98%
BLUE value IS 114 (44.92% from 255) = 25.17%
R=55.85%
G=18.98%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2538611400.660.550.01349.9497.6666.47
HexFD567204237115e6242
Octal3751261620102671536142102
Binary111111011010110111001001000010110111110101111011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5672; }

 p { color: rgb(253,86,114); }

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

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

 a { background-color: rgb(253,86,114); }

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

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

 span { border-color: rgb(253,86,114); }

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