#FD6768

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

Shades of Wild Watermelon #FD6768

Tints of Wild Watermelon #FD6768

Color information

#FD6768 (or 0xFD6768) is unknown color: approx Wild Watermelon. HEX triplet: FD, 67 and 68. RGB value is (253,103,104). Sum of RGB (Red+Green+Blue) = 253+103+104=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 103 (40.62% from 255 or 22.39% from 460); Blue value is 104 (41.02% from 255 or 22.61% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6768 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6768 is #029897. Grayscale: #949494. Windows color (decimal): -170136 or 6842365. OLE color: 6842365.

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

Color convert

RGB253103104-
CMYK00.590.590.01
HSL359.6º97.4%69.8%-
HSV(B)359.6º59.29%99.22%-
XYZ47.8631.5816.67-
YUV147.96103.2202.92-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55%
GREEN value IS 103 (40.62% from 255) = 22.39%
BLUE value IS 104 (41.02% from 255) = 22.61%
R=55%
G=22.39%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310310400.590.590.01359.697.469.8
HexFD676803B3B11686146
Octal375147150073731550141106
Binary11111101110011111010000111011111011110110100011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6768; }

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

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

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

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

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

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

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

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