#FD6672

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

Shades of Wild Watermelon #FD6672

Tints of Wild Watermelon #FD6672

Color information

#FD6672 (or 0xFD6672) is unknown color: approx Wild Watermelon. HEX triplet: FD, 66 and 72. RGB value is (253,102,114). Sum of RGB (Red+Green+Blue) = 253+102+114=469 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.94% from 469); Green value is 102 (40.23% from 255 or 21.75% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6672 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6672 is #02998D. Grayscale: #949494. Windows color (decimal): -170382 or 7497469. OLE color: 7497469.

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

Color convert

RGB253102114-
CMYK00.600.550.01
HSL355.23º97.42%69.61%-
HSV(B)355.23º59.68%99.22%-
XYZ48.331.619.47-
YUV148.52108.53202.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.94%
GREEN value IS 102 (40.23% from 255) = 21.75%
BLUE value IS 114 (44.92% from 255) = 24.31%
R=53.94%
G=21.75%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310211400.600.550.01355.2397.4269.61
HexFD667203C3711636146
Octal375146162074671543141106
Binary11111101110011011100100111100110111110110001111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6672; }

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

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

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

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

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

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

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

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