#FD5F75

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

Shades of Wild Watermelon #FD5F75

Tints of Wild Watermelon #FD5F75

Color information

#FD5F75 (or 0xFD5F75) is unknown color: approx Wild Watermelon. HEX triplet: FD, 5F and 75. RGB value is (253,95,117). Sum of RGB (Red+Green+Blue) = 253+95+117=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5F75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5F75 is #02A08A. Grayscale: #909090. Windows color (decimal): -172171 or 7692285. OLE color: 7692285.

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

Color convert

RGB25395117-
CMYK00.620.540.01
HSL351.65º97.53%68.24%-
HSV(B)351.65º62.45%99.22%-
XYZ47.8130.3520.17-
YUV144.75112.35205.21-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 54.41%
GREEN value IS 95 (37.5% from 255) = 20.43%
BLUE value IS 117 (46.09% from 255) = 25.16%
R=54.41%
G=20.43%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539511700.620.540.01351.6597.5368.24
HexFD5F7503E3611606244
Octal375137165076661540142104
Binary11111101101111111101010111110110110110110000011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5F75; }

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

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

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

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

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

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

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

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