#FD5A7D

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

Shades of Wild Watermelon #FD5A7D

Tints of Wild Watermelon #FD5A7D

Color information

#FD5A7D (or 0xFD5A7D) is unknown color: approx Wild Watermelon. HEX triplet: FD, 5A and 7D. RGB value is (253,90,125). Sum of RGB (Red+Green+Blue) = 253+90+125=468 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.06% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5A7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5A7D is #02A582. Grayscale: #8E8E8E. Windows color (decimal): -173443 or 8215293. OLE color: 8215293.

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

Color convert

RGB25390125-
CMYK00.640.510.01
HSL347.12º97.6%67.25%-
HSV(B)347.12º64.43%99.22%-
XYZ47.8729.6822.61-
YUV142.73118206.65-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 54.06%
GREEN value IS 90 (35.55% from 255) = 19.23%
BLUE value IS 125 (49.22% from 255) = 26.71%
R=54.06%
G=19.23%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539012500.640.510.01347.1297.667.25
HexFD5A7D04033115b6243
Octal3751321750100631533142103
Binary111111011011010111110101000000110011110101101111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5A7D; }

 p { color: rgb(253,90,125); }

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

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

 a { background-color: rgb(253,90,125); }

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

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

 span { border-color: rgb(253,90,125); }

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