#FD5F6B

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

Shades of Wild Watermelon #FD5F6B

Tints of Wild Watermelon #FD5F6B

Color information

#FD5F6B (or 0xFD5F6B) is unknown color: approx Wild Watermelon. HEX triplet: FD, 5F and 6B. RGB value is (253,95,107). Sum of RGB (Red+Green+Blue) = 253+95+107=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 95 (37.5% from 255 or 20.88% from 455); Blue value is 107 (42.19% from 255 or 23.52% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5F6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5F6B is #02A094. Grayscale: #8F8F8F. Windows color (decimal): -172181 or 7036925. OLE color: 7036925.

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

Color convert

RGB25395107-
CMYK00.620.580.01
HSL355.44º97.53%68.24%-
HSV(B)355.44º62.45%99.22%-
XYZ47.2530.1317.23-
YUV143.61107.35206.02-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55.60%
GREEN value IS 95 (37.5% from 255) = 20.88%
BLUE value IS 107 (42.19% from 255) = 23.52%
R=55.60%
G=20.88%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539510700.620.580.01355.4497.5368.24
HexFD5F6B03E3A11636244
Octal375137153076721543142104
Binary11111101101111111010110111110111010110110001111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5F6B; }

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

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

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

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

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

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

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

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