#FD5F6E

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

Shades of Wild Watermelon #FD5F6E

Tints of Wild Watermelon #FD5F6E

Color information

#FD5F6E (or 0xFD5F6E) is unknown color: approx Wild Watermelon. HEX triplet: FD, 5F and 6E. RGB value is (253,95,110). Sum of RGB (Red+Green+Blue) = 253+95+110=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 95 (37.5% from 255 or 20.74% from 458); Blue value is 110 (43.36% from 255 or 24.02% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5F6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5F6E is #02A091. Grayscale: #909090. Windows color (decimal): -172178 or 7233533. OLE color: 7233533.

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

Color convert

RGB25395110-
CMYK00.620.570.01
HSL354.3º97.53%68.24%-
HSV(B)354.3º62.45%99.22%-
XYZ47.4130.1918.08-
YUV143.95108.85205.78-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55.24%
GREEN value IS 95 (37.5% from 255) = 20.74%
BLUE value IS 110 (43.36% from 255) = 24.02%
R=55.24%
G=20.74%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539511000.620.570.01354.397.5368.24
HexFD5F6E03E3911626244
Octal375137156076711542142104
Binary11111101101111111011100111110111001110110001011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5F6E; }

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

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

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

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

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

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

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

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