#FD6C74

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

Shades of Wild Watermelon #FD6C74

Tints of Wild Watermelon #FD6C74

Color information

#FD6C74 (or 0xFD6C74) is unknown color: approx Wild Watermelon. HEX triplet: FD, 6C and 74. RGB value is (253,108,116). Sum of RGB (Red+Green+Blue) = 253+108+116=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 116 (45.70% from 255 or 24.32% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6C74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6C74 is #02938B. Grayscale: #989898. Windows color (decimal): -168844 or 7630077. OLE color: 7630077.

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

Color convert

RGB253108116-
CMYK00.570.540.01
HSL356.69º97.32%70.78%-
HSV(B)356.69º57.31%99.22%-
XYZ49.0232.8720.28-
YUV152.27107.54199.85-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.04%
GREEN value IS 108 (42.58% from 255) = 22.64%
BLUE value IS 116 (45.70% from 255) = 24.32%
R=53.04%
G=22.64%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310811600.570.540.01356.6997.3270.78
HexFD6C740393611656147
Octal375154164071661545141107
Binary11111101110110011101000111001110110110110010111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6C74; }

 p { color: rgb(253,108,116); }

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

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

 a { background-color: rgb(253,108,116); }

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

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

 span { border-color: rgb(253,108,116); }

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