#FD546C

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

Shades of Wild Watermelon #FD546C

Tints of Wild Watermelon #FD546C

Color information

#FD546C (or 0xFD546C) is unknown color: approx Wild Watermelon. HEX triplet: FD, 54 and 6C. RGB value is (253,84,108). Sum of RGB (Red+Green+Blue) = 253+84+108=445 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.85% from 445); Green value is 84 (33.20% from 255 or 18.88% from 445); Blue value is 108 (42.58% from 255 or 24.27% from 445); Max value from RGB is 253 - color contains mainly: red. Hex color #FD546C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD546C is #02AB93. Grayscale: #898989. Windows color (decimal): -174996 or 7099645. OLE color: 7099645.

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

Color convert

RGB25384108-
CMYK00.670.570.01
HSL351.48º97.69%66.08%-
HSV(B)351.48º66.8%99.22%-
XYZ46.3928.3117.21-
YUV137.27111.49210.55-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 56.85%
GREEN value IS 84 (33.20% from 255) = 18.88%
BLUE value IS 108 (42.58% from 255) = 24.27%
R=56.85%
G=18.88%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2538410800.670.570.01351.4897.6966.08
HexFD546C04339115f6242
Octal3751241540103711537142102
Binary111111011010100110110001000011111001110101111111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD546C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD546C; }

 p { color: rgb(253,84,108); }

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

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

 a { background-color: rgb(253,84,108); }

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

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

 span { border-color: rgb(253,84,108); }

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