#FD6A6D

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

Shades of Wild Watermelon #FD6A6D

Tints of Wild Watermelon #FD6A6D

Color information

#FD6A6D (or 0xFD6A6D) is unknown color: approx Wild Watermelon. HEX triplet: FD, 6A and 6D. RGB value is (253,106,109). Sum of RGB (Red+Green+Blue) = 253+106+109=468 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.06% from 468); Green value is 106 (41.80% from 255 or 22.65% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6A6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6A6D is #029592. Grayscale: #969696. Windows color (decimal): -169363 or 7170813. OLE color: 7170813.

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

Color convert

RGB253106109-
CMYK00.580.570.01
HSL358.78º97.35%70.39%-
HSV(B)358.78º58.1%99.22%-
XYZ48.4232.2918.15-
YUV150.29104.7201.26-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 54.06%
GREEN value IS 106 (41.80% from 255) = 22.65%
BLUE value IS 109 (42.97% from 255) = 23.29%
R=54.06%
G=22.65%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310610900.580.570.01358.7897.3570.39
HexFD6A6D03A3911676146
Octal375152155072711547141106
Binary11111101110101011011010111010111001110110011111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6A6D; }

 p { color: rgb(253,106,109); }

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

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

 a { background-color: rgb(253,106,109); }

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

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

 span { border-color: rgb(253,106,109); }

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