#FD6872

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

Shades of Wild Watermelon #FD6872

Tints of Wild Watermelon #FD6872

Color information

#FD6872 (or 0xFD6872) is unknown color: approx Wild Watermelon. HEX triplet: FD, 68 and 72. RGB value is (253,104,114). Sum of RGB (Red+Green+Blue) = 253+104+114=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 104 (41.02% from 255 or 22.08% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6872 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6872 is #02978D. Grayscale: #959595. Windows color (decimal): -169870 or 7497981. OLE color: 7497981.

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

Color convert

RGB253104114-
CMYK00.590.550.01
HSL355.97º97.39%70%-
HSV(B)355.97º58.89%99.22%-
XYZ48.53219.54-
YUV149.69107.86201.69-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.72%
GREEN value IS 104 (41.02% from 255) = 22.08%
BLUE value IS 114 (44.92% from 255) = 24.20%
R=53.72%
G=22.08%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310411400.590.550.01355.9797.3970
HexFD687203B3711646146
Octal375150162073671544141106
Binary11111101110100011100100111011110111110110010011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6872; }

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

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

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

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

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

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

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

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