#FD6769

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

Shades of Wild Watermelon #FD6769

Tints of Wild Watermelon #FD6769

Color information

#FD6769 (or 0xFD6769) is unknown color: approx Wild Watermelon. HEX triplet: FD, 67 and 69. RGB value is (253,103,105). Sum of RGB (Red+Green+Blue) = 253+103+105=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 103 (40.62% from 255 or 22.34% from 461); Blue value is 105 (41.41% from 255 or 22.78% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6769 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6769 is #029896. Grayscale: #949494. Windows color (decimal): -170135 or 6907901. OLE color: 6907901.

HSL color Cylindrical-coordinate representation of color #FD6769: hue angle of 359.2º 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 #FD6769 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB253103105-
CMYK00.590.580.01
HSL359.2º97.4%69.8%-
HSV(B)359.2º59.29%99.22%-
XYZ47.9131.616.94-
YUV148.08103.7202.84-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 54.88%
GREEN value IS 103 (40.62% from 255) = 22.34%
BLUE value IS 105 (41.41% from 255) = 22.78%
R=54.88%
G=22.34%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310310500.590.580.01359.297.469.8
HexFD676903B3A11676146
Octal375147151073721547141106
Binary11111101110011111010010111011111010110110011111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6769; }

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

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

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

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

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

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

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

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