#FD6A75

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

Shades of Wild Watermelon #FD6A75

Tints of Wild Watermelon #FD6A75

Color information

#FD6A75 (or 0xFD6A75) is unknown color: approx Wild Watermelon. HEX triplet: FD, 6A and 75. RGB value is (253,106,117). Sum of RGB (Red+Green+Blue) = 253+106+117=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 106 (41.80% from 255 or 22.27% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6A75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6A75 is #02958A. Grayscale: #979797. Windows color (decimal): -169355 or 7695101. OLE color: 7695101.

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

Color convert

RGB253106117-
CMYK00.580.540.01
HSL355.51º97.35%70.39%-
HSV(B)355.51º58.1%99.22%-
XYZ48.8732.4820.52-
YUV151.21108.7200.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.15%
GREEN value IS 106 (41.80% from 255) = 22.27%
BLUE value IS 117 (46.09% from 255) = 24.58%
R=53.15%
G=22.27%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310611700.580.540.01355.5197.3570.39
HexFD6A7503A3611646146
Octal375152165072661544141106
Binary11111101110101011101010111010110110110110010011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6A75; }

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

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

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

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

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

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

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

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