#FD5C76

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

Shades of Wild Watermelon #FD5C76

Tints of Wild Watermelon #FD5C76

Color information

#FD5C76 (or 0xFD5C76) is unknown color: approx Wild Watermelon. HEX triplet: FD, 5C and 76. RGB value is (253,92,118). Sum of RGB (Red+Green+Blue) = 253+92+118=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 92 (36.33% from 255 or 19.87% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5C76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5C76 is #02A389. Grayscale: #8F8F8F. Windows color (decimal): -172938 or 7757053. OLE color: 7757053.

HSL color Cylindrical-coordinate representation of color #FD5C76: hue angle of 350.31º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD5C76 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB25392118-
CMYK00.640.530.01
HSL350.31º97.58%67.65%-
HSV(B)350.31º63.64%99.22%-
XYZ47.6129.8420.39-
YUV143.1113.84206.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 54.64%
GREEN value IS 92 (36.33% from 255) = 19.87%
BLUE value IS 118 (46.48% from 255) = 25.49%
R=54.64%
G=19.87%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539211800.640.530.01350.3197.5867.65
HexFD5C7604035115e6244
Octal3751341660100651536142104
Binary111111011011100111011001000000110101110101111011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5C76; }

 p { color: rgb(253,92,118); }

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

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

 a { background-color: rgb(253,92,118); }

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

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

 span { border-color: rgb(253,92,118); }

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